| Package | Description |
|---|---|
| com.lambdaworks.redis.pubsub |
| Modifier and Type | Class and Description |
|---|---|
class |
RedisPubSubAdapter<K,V>
Convenience adapter with an empty implementation of all
RedisPubSubListener callback methods. |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<RedisPubSubListener<K,V>> |
RedisPubSubConnection.listeners |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisPubSubConnection.addListener(RedisPubSubListener<K,V> listener)
Add a new listener.
|
void |
RedisPubSubConnection.removeListener(RedisPubSubListener<K,V> listener)
Remove an existing listener.
|