Uses of Interface
org.redisson.api.listener.MessageListener
-
Packages that use MessageListener Package Description org.redisson org.redisson.api org.redisson.client -
-
Uses of MessageListener in org.redisson
Classes in org.redisson that implement MessageListener Modifier and Type Class Description classPubSubMessageListener<V>classPubSubPatternMessageListener<V>classPubSubPatternStatusListenerclassPubSubStatusListenerMethods in org.redisson that return MessageListener Modifier and Type Method Description MessageListener<V>PubSubMessageListener. getListener()Methods in org.redisson with parameters of type MessageListener Modifier and Type Method Description <M> StringRedissonReliableTopic. addListener(Class<M> type, MessageListener<M> listener)<M> intRedissonTopic. addListener(Class<M> type, MessageListener<? extends M> listener)<M> RFuture<String>RedissonReliableTopic. addListenerAsync(Class<M> type, MessageListener<M> listener)<M> RFuture<Integer>RedissonTopic. addListenerAsync(Class<M> type, MessageListener<M> listener)voidRedissonTopic. removeListener(MessageListener<?> listener)RFuture<Void>RedissonTopic. removeListenerAsync(MessageListener<?> listener)Constructors in org.redisson with parameters of type MessageListener Constructor Description PubSubMessageListener(Class<V> type, MessageListener<V> listener, String name) -
Uses of MessageListener in org.redisson.api
Methods in org.redisson.api with parameters of type MessageListener Modifier and Type Method Description <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> 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.<M> RFuture<String>RReliableTopicAsync. addListenerAsync(Class<M> type, MessageListener<M> listener)Subscribes to this topic.<M> RFuture<Integer>RTopicAsync. addListenerAsync(Class<M> type, MessageListener<M> listener)Subscribes to this topic.voidRTopic. 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 topicRFuture<Void>RTopicAsync. removeListenerAsync(MessageListener<?> listener)Removes the listener by its instance -
Uses of MessageListener in org.redisson.client
Subinterfaces of MessageListener in org.redisson.client Modifier and Type Interface Description interfaceRedisPubSubListener<V>Classes in org.redisson.client that implement MessageListener Modifier and Type Class Description classBaseRedisPubSubListenerclassSubscribeListener
-