| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonPatternTopic
Distributed topic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RPatternTopic |
Redisson.getPatternTopic(String pattern) |
RPatternTopic |
Redisson.getPatternTopic(String pattern,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
RPatternTopic |
RedissonClient.getPatternTopic(String pattern)
Returns topic instance satisfies by pattern name.
|
RPatternTopic |
RedissonClient.getPatternTopic(String pattern,
Codec codec)
Returns topic instance satisfies by pattern name
using provided codec for messages.
|
Copyright © 2014–2019 Redisson. All rights reserved.