Uses of Interface
io.lettuce.core.pubsub.RedisPubSubListener
| Package | Description |
|---|---|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of RedisPubSubListener in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement RedisPubSubListener Modifier and Type Class Description classRedisPubSubAdapter<K,V>Convenience adapter with an empty implementation of allRedisPubSubListenercallback methods.Methods in io.lettuce.core.pubsub that return types with arguments of type RedisPubSubListener Modifier and Type Method Description protected List<RedisPubSubListener<K,V>>PubSubEndpoint. getListeners()Methods in io.lettuce.core.pubsub with parameters of type RedisPubSubListener Modifier and Type Method Description voidPubSubEndpoint. addListener(RedisPubSubListener<K,V> listener)Add a newlistener.voidStatefulRedisPubSubConnection. addListener(RedisPubSubListener<K,V> listener)Add a newlistener.voidStatefulRedisPubSubConnectionImpl. addListener(RedisPubSubListener<K,V> listener)Add a new listener.voidPubSubEndpoint. removeListener(RedisPubSubListener<K,V> listener)Remove an existinglistener.voidStatefulRedisPubSubConnection. removeListener(RedisPubSubListener<K,V> listener)Remove an existinglistener.voidStatefulRedisPubSubConnectionImpl. removeListener(RedisPubSubListener<K,V> listener)Remove an existing listener.