Package | Description |
---|---|
io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisPubSubAdapter<K,V>
Convenience adapter with an empty implementation of all
RedisPubSubListener callback methods. |
Modifier and Type | Method and Description |
---|---|
protected List<RedisPubSubListener<K,V>> |
PubSubEndpoint.getListeners() |
Modifier and Type | Method and Description |
---|---|
void |
PubSubEndpoint.addListener(RedisPubSubListener<K,V> listener)
Add a new
listener . |
void |
StatefulRedisPubSubConnection.addListener(RedisPubSubListener<K,V> listener)
Add a new
listener . |
void |
StatefulRedisPubSubConnectionImpl.addListener(RedisPubSubListener<K,V> listener)
Add a new listener.
|
void |
PubSubEndpoint.removeListener(RedisPubSubListener<K,V> listener)
Remove an existing
listener . |
void |
StatefulRedisPubSubConnection.removeListener(RedisPubSubListener<K,V> listener)
Remove an existing
listener . |
void |
StatefulRedisPubSubConnectionImpl.removeListener(RedisPubSubListener<K,V> listener)
Remove an existing listener.
|
Copyright © 2023 lettuce.io. All rights reserved.