public interface StatusListener extends EventListener
RTopic| Modifier and Type | Method and Description |
|---|---|
void |
onSubscribe(String channel)
Executes then Redisson successfully subscribed to channel.
|
void |
onUnsubscribe(String channel)
Executes then Redisson successfully unsubscribed from channel.
|
void onSubscribe(String channel)
channel - to subscribevoid onUnsubscribe(String channel)
channel - to unsubscribeCopyright © 2014–2018 The Redisson Project. All rights reserved.