public class SubscribeListener extends BaseRedisPubSubListener
| Constructor and Description |
|---|
SubscribeListener(String name,
PubSubType type) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.util.concurrent.Future<Void> |
getSuccessFuture() |
boolean |
onStatus(PubSubType type,
String channel) |
onMessage, onPatternMessagepublic SubscribeListener(String name, PubSubType type)
public boolean onStatus(PubSubType type, String channel)
onStatus in interface RedisPubSubListener<Object>onStatus in class BaseRedisPubSubListenerpublic io.netty.util.concurrent.Future<Void> getSuccessFuture()
Copyright © 2014–2018 The Redisson Project. All rights reserved.