| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.client | |
| org.redisson.client.protocol.pubsub | |
| org.redisson.connection | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PubSubStatusListener.onStatus(PubSubType type,
String channel) |
boolean |
PubSubPatternStatusListener.onStatus(PubSubType type,
String channel) |
boolean |
PubSubPatternMessageListener.onStatus(PubSubType type,
String channel) |
boolean |
PubSubMessageListener.onStatus(PubSubType type,
String channel) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SubscribeListener.onStatus(PubSubType type,
String channel) |
boolean |
RedisPubSubListener.onStatus(PubSubType type,
String channel) |
boolean |
OneShotPubSubListener.onStatus(PubSubType type,
String channel) |
boolean |
BaseRedisPubSubListener.onStatus(PubSubType type,
String channel) |
| Constructor and Description |
|---|
SubscribeListener(String name,
PubSubType type) |
| Modifier and Type | Method and Description |
|---|---|
PubSubType |
PubSubStatusMessage.getType() |
static PubSubType |
PubSubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubType[] |
PubSubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PubSubStatusMessage(PubSubType type,
String channel) |
| Modifier and Type | Method and Description |
|---|---|
SubscribeListener |
PubSubConnectionEntry.getSubscribeFuture(String channel,
PubSubType type) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<Codec> |
PublishSubscribeService.unsubscribe(String channelName,
PubSubType topicType) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.