Uses of Interface
org.redisson.client.RedisPubSubListener
-
Packages that use RedisPubSubListener Package Description org.redisson org.redisson.client org.redisson.pubsub -
-
Uses of RedisPubSubListener in org.redisson
Classes in org.redisson that implement RedisPubSubListener Modifier and Type Class Description classPubSubMessageListener<V>classPubSubPatternMessageListener<V>classPubSubPatternStatusListenerclassPubSubStatusListenerMethods in org.redisson with parameters of type RedisPubSubListener Modifier and Type Method Description protected RFuture<Integer>RedissonTopic. addListenerAsync(RedisPubSubListener<?> pubSubListener) -
Uses of RedisPubSubListener in org.redisson.client
Classes in org.redisson.client that implement RedisPubSubListener Modifier and Type Class Description classBaseRedisPubSubListenerclassSubscribeListenerMethods in org.redisson.client with parameters of type RedisPubSubListener Modifier and Type Method Description voidRedisPubSubConnection. addListener(RedisPubSubListener<?> listener)voidRedisPubSubConnection. removeListener(RedisPubSubListener<?> listener) -
Uses of RedisPubSubListener in org.redisson.pubsub
Methods in org.redisson.pubsub that return types with arguments of type RedisPubSubListener Modifier and Type Method Description Queue<RedisPubSubListener<?>>PubSubConnectionEntry. getListeners(ChannelName channelName)Methods in org.redisson.pubsub with parameters of type RedisPubSubListener Modifier and Type Method Description voidPubSubConnectionEntry. addListener(ChannelName channelName, RedisPubSubListener<?> listener)RFuture<Collection<PubSubConnectionEntry>>PublishSubscribeService. psubscribe(ChannelName channelName, Codec codec, RedisPubSubListener<?>... listeners)io.netty.channel.ChannelFuturePubSubConnectionEntry. punsubscribe(ChannelName channel, RedisPubSubListener<?> listener)voidPubSubConnectionEntry. removeListener(ChannelName channelName, RedisPubSubListener<?> listener)RFuture<PubSubConnectionEntry>PublishSubscribeService. subscribe(Codec codec, String channelName, AsyncSemaphore semaphore, RedisPubSubListener<?>... listeners)RFuture<PubSubConnectionEntry>PublishSubscribeService. subscribe(Codec codec, ChannelName channelName, RedisPubSubListener<?>... listeners)io.netty.channel.ChannelFuturePubSubConnectionEntry. unsubscribe(ChannelName channel, RedisPubSubListener<?> listener)
-