V - value typepublic interface RedisPubSubListener<V> extends MessageListener<V>
| Modifier and Type | Method and Description |
|---|---|
void |
onPatternMessage(CharSequence pattern,
CharSequence channel,
V message) |
boolean |
onStatus(PubSubType type,
CharSequence channel) |
onMessageboolean onStatus(PubSubType type, CharSequence channel)
void onPatternMessage(CharSequence pattern, CharSequence channel, V message)
Copyright © 2014–2019 Redisson. All rights reserved.