Uses of Interface
org.redisson.api.listener.MessageListener
Packages that use MessageListener
-
Uses of MessageListener in org.redisson
Classes in org.redisson that implement MessageListenerModifier and TypeClassDescriptionclassclassclassclassMethods in org.redisson that return MessageListenerMethods in org.redisson with parameters of type MessageListenerModifier and TypeMethodDescription<M> StringRedissonReliableTopic.addListener(Class<M> type, MessageListener<M> listener) <M> intRedissonTopic.addListener(Class<M> type, MessageListener<? extends M> listener) RedissonReliableTopic.addListenerAsync(Class<M> type, MessageListener<M> listener) RedissonTopic.addListenerAsync(Class<M> type, MessageListener<? extends M> listener) voidRedissonTopic.removeListener(MessageListener<?> listener) RedissonShardedTopic.removeListenerAsync(MessageListener<?> listener) RedissonTopic.removeListenerAsync(MessageListener<?> listener) Constructors in org.redisson with parameters of type MessageListenerModifierConstructorDescriptionPubSubMessageListener(Class<V> type, MessageListener<V> listener, String name) -
Uses of MessageListener in org.redisson.api
Methods in org.redisson.api with parameters of type MessageListenerModifier and TypeMethodDescription<M> StringRReliableTopic.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.<M> reactor.core.publisher.Mono<String> RReliableTopicReactive.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.<M> io.reactivex.rxjava3.core.Single<String> RReliableTopicRx.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.<M> reactor.core.publisher.Mono<Integer> RShardedTopicReactive.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.<M> io.reactivex.rxjava3.core.Single<Integer> RShardedTopicRx.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.<M> intRTopic.addListener(Class<M> type, MessageListener<? extends M> listener) Subscribes to this topic.<M> reactor.core.publisher.Mono<Integer> RTopicReactive.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.<M> io.reactivex.rxjava3.core.Single<Integer> RTopicRx.addListener(Class<M> type, MessageListener<M> listener) Subscribes to this topic.RReliableTopicAsync.addListenerAsync(Class<M> type, MessageListener<M> listener) Subscribes to this topic.RTopicAsync.addListenerAsync(Class<M> type, MessageListener<? extends M> listener) Subscribes to this topic.reactor.core.publisher.Mono<Void> RShardedTopicReactive.removeListener(MessageListener<?> listener) Removes the listener byinstancefor listening this topicio.reactivex.rxjava3.core.CompletableRShardedTopicRx.removeListener(MessageListener<?> listener) Removes the listener byinstancefor listening this topicvoidRTopic.removeListener(MessageListener<?> listener) Removes the listener by its instancereactor.core.publisher.Mono<Void> RTopicReactive.removeListener(MessageListener<?> listener) Removes the listener byinstancefor listening this topicio.reactivex.rxjava3.core.CompletableRTopicRx.removeListener(MessageListener<?> listener) Removes the listener byinstancefor listening this topicRTopicAsync.removeListenerAsync(MessageListener<?> listener) Removes the listener by its instance -
Uses of MessageListener in org.redisson.client
Subinterfaces of MessageListener in org.redisson.clientClasses in org.redisson.client that implement MessageListener