| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Method and Description |
|---|---|
RPatternTopicReactive |
RedissonReactive.getPatternTopic(String pattern) |
RPatternTopicReactive |
RedissonReactive.getPatternTopic(String pattern,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
RPatternTopicReactive |
RedissonReactiveClient.getPatternTopic(String pattern)
Returns topic instance satisfies by pattern name.
|
RPatternTopicReactive |
RedissonReactiveClient.getPatternTopic(String pattern,
Codec codec)
Returns topic instance satisfies by pattern name
using provided codec for messages.
|
Copyright © 2014–2021 Redisson. All rights reserved.