M - messagepublic interface PatternMessageListener<M> extends EventListener
RTopic| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(CharSequence pattern,
CharSequence channel,
M msg)
Invokes on every message in topic
|
void onMessage(CharSequence pattern, CharSequence channel, M msg)
pattern - of channel namechannel - of topicmsg - topic messageCopyright © 2014–2021 Redisson. All rights reserved.