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