| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive | |
| org.redisson.rx |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonReliableTopic |
| Modifier and Type | Method and Description |
|---|---|
RReliableTopic |
Redisson.getReliableTopic(String name) |
RReliableTopic |
Redisson.getReliableTopic(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
RReliableTopic |
RedissonClient.getReliableTopic(String name)
Returns reliable topic instance by name.
|
RReliableTopic |
RedissonClient.getReliableTopic(String name,
Codec codec)
Returns reliable topic instance by name
using provided codec for messages.
|
| Constructor and Description |
|---|
RedissonReliableTopicReactive(RReliableTopic topic) |
| Constructor and Description |
|---|
RedissonReliableTopicRx(RReliableTopic topic) |
Copyright © 2014–2021 Redisson. All rights reserved.