| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.api.listener | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
int |
RedissonTopic.addListener(StatusListener listener) |
| Constructor and Description |
|---|
PubSubStatusListener(StatusListener listener,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Integer> |
RTopicReactive.addListener(StatusListener listener) |
int |
RTopic.addListener(StatusListener listener)
Subscribes to status changes of this topic
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseStatusListener
Base status listener for Redis PubSub channel status changes
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Integer> |
RedissonTopicReactive.addListener(StatusListener listener) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.