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 | 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.
|
Copyright © 2016. All rights reserved.