public class BaseStatusListener extends Object implements StatusListener
RTopic| Constructor and Description |
|---|
BaseStatusListener() |
| 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.
|
public void onSubscribe(String channel)
StatusListeneronSubscribe in interface StatusListenerchannel - to subscribepublic void onUnsubscribe(String channel)
StatusListeneronUnsubscribe in interface StatusListenerchannel - to unsubscribeCopyright © 2014–2018 The Redisson Project. All rights reserved.