protected class JedisSentinelPool.JedisPubSubAdapter extends JedisPubSub
| Modifier | Constructor and Description |
|---|---|
protected |
JedisSentinelPool.JedisPubSubAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onMessage(String channel,
String message) |
void |
onPMessage(String pattern,
String channel,
String message) |
void |
onPSubscribe(String pattern,
int subscribedChannels) |
void |
onPUnsubscribe(String pattern,
int subscribedChannels) |
void |
onSubscribe(String channel,
int subscribedChannels) |
void |
onUnsubscribe(String channel,
int subscribedChannels) |
getSubscribedChannels, isSubscribed, proceed, proceedWithPatterns, psubscribe, punsubscribe, punsubscribe, subscribe, unsubscribe, unsubscribeprotected JedisSentinelPool.JedisPubSubAdapter()
public void onMessage(String channel, String message)
onMessage in class JedisPubSubpublic void onPMessage(String pattern, String channel, String message)
onPMessage in class JedisPubSubpublic void onPSubscribe(String pattern, int subscribedChannels)
onPSubscribe in class JedisPubSubpublic void onPUnsubscribe(String pattern, int subscribedChannels)
onPUnsubscribe in class JedisPubSubpublic void onSubscribe(String channel, int subscribedChannels)
onSubscribe in class JedisPubSubpublic void onUnsubscribe(String channel, int subscribedChannels)
onUnsubscribe in class JedisPubSubCopyright © 2013. All rights reserved.