| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.reactive |
| Modifier and Type | Method and Description |
|---|---|
<M> RTopicReactive<M> |
RedissonReactive.getTopic(String name) |
<M> RTopicReactive<M> |
RedissonReactive.getTopic(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<M> RTopicReactive<M> |
RedissonReactiveClient.getTopic(String name)
Returns topic instance by name.
|
<M> RTopicReactive<M> |
RBatchReactive.getTopic(String name)
Returns topic instance by name.
|
<M> RTopicReactive<M> |
RedissonReactiveClient.getTopic(String name,
Codec codec)
Returns topic instance by name
using provided codec for messages.
|
<M> RTopicReactive<M> |
RBatchReactive.getTopic(String name,
Codec codec) |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTopicReactive<M>
Distributed topic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<M> RTopicReactive<M> |
RedissonBatchReactive.getTopic(String name) |
<M> RTopicReactive<M> |
RedissonBatchReactive.getTopic(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.