| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTopic<M>
Distributed topic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
<M> RTopicAsync<M> |
RedissonBatch.getTopic(String name) |
<M> RTopicAsync<M> |
RedissonBatch.getTopic(String name,
Codec codec) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RTopic<M>
Distributed topic.
|
| Modifier and Type | Method and Description |
|---|---|
<M> RTopicAsync<M> |
RBatch.getTopic(String name)
Returns topic instance by name.
|
<M> RTopicAsync<M> |
RBatch.getTopic(String name,
Codec codec) |
Copyright © 2014–2018 The Redisson Project. All rights reserved.