| Package | Description |
|---|---|
| org.redisson.connection | |
| org.redisson.pubsub |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterSlaveEntry.returnPubSubConnection(PubSubConnectionEntry entry) |
| Modifier and Type | Field and Description |
|---|---|
protected Queue<PubSubConnectionEntry> |
PublishSubscribeService.freePubSubConnections |
protected ConcurrentMap<String,PubSubConnectionEntry> |
PublishSubscribeService.name2PubSubConnection |
| Modifier and Type | Method and Description |
|---|---|
PubSubConnectionEntry |
PublishSubscribeService.getPubSubEntry(String channelName) |
| Modifier and Type | Method and Description |
|---|---|
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.psubscribe(String channelName,
Codec codec,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.psubscribe(String channelName,
Codec codec,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
AsyncSemaphore semaphore,
RedisPubSubListener<?>... listeners) |
RFuture<PubSubConnectionEntry> |
PublishSubscribeService.subscribe(Codec codec,
String channelName,
RedisPubSubListener<?>... listeners) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.