| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive | |
| org.redisson.spring.session |
| Modifier and Type | Method and Description |
|---|---|
PatternMessageListener<V> |
PubSubPatternMessageListener.getListener() |
| Modifier and Type | Method and Description |
|---|---|
int |
RedissonPatternTopic.addListener(PatternMessageListener<M> listener) |
void |
RedissonPatternTopic.removeListener(PatternMessageListener<M> listener) |
| Constructor and Description |
|---|
PubSubPatternMessageListener(PatternMessageListener<V> listener,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Integer> |
RPatternTopicReactive.addListener(PatternMessageListener<M> listener)
Subscribes to this topic.
|
int |
RPatternTopic.addListener(PatternMessageListener<M> listener)
Subscribes to this topic.
|
void |
RPatternTopic.removeListener(PatternMessageListener<M> listener)
Removes the listener by its instance
|
| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<Integer> |
RedissonPatternTopicReactive.addListener(PatternMessageListener<M> listener) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonSessionRepository |
Copyright © 2014–2018 The Redisson Project. All rights reserved.