| Package | Description |
|---|---|
| org.redisson | |
| org.redisson.api | |
| org.redisson.cache | |
| org.redisson.reactive | |
| org.redisson.rx |
| Modifier and Type | Class and Description |
|---|---|
class |
RedissonTopic
Distributed topic implementation.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract RTopic |
QueueTransferTask.getTopic() |
RTopic |
Redisson.getTopic(String name) |
RTopic |
Redisson.getTopic(String name,
Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
RTopic |
RedissonClient.getTopic(String name)
Returns topic instance by name.
|
RTopic |
RedissonClient.getTopic(String name,
Codec codec)
Returns topic instance by name
using provided codec for messages.
|
| Modifier and Type | Method and Description |
|---|---|
RTopic |
LocalCacheListener.getInvalidationTopic() |
| Constructor and Description |
|---|
RedissonTopicReactive(RTopic topic) |
| Constructor and Description |
|---|
RedissonTopicRx(RTopic topic) |
Copyright © 2014–2020 Redisson. All rights reserved.