| 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 |
|---|---|
protected abstract RTopic<Long> |
QueueTransferTask.getTopic() |
<M> RTopic<M> |
Redisson.getTopic(String name) |
<M> RTopic<M> |
Redisson.getTopic(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
<M> RTopic<M> |
RedissonClient.getTopic(String name)
Returns topic instance by name.
|
<M> RTopic<M> |
RedissonClient.getTopic(String name,
Codec codec)
Returns topic instance by name
using provided codec for messages.
|
Copyright © 2014–2018 The Redisson Project. All rights reserved.