| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Method and Description |
|---|---|
RReliableTopicRx |
RedissonRx.getReliableTopic(String name) |
RReliableTopicRx |
RedissonRx.getReliableTopic(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
RReliableTopicRx |
RedissonRxClient.getReliableTopic(String name)
Returns reliable topic instance by name.
|
RReliableTopicRx |
RedissonRxClient.getReliableTopic(String name,
Codec codec)
Returns reliable topic instance by name
using provided codec for messages.
|
Copyright © 2014–2021 Redisson. All rights reserved.