Package | Description |
---|---|
org.redisson | |
org.redisson.api |
Modifier and Type | Class and Description |
---|---|
class |
RedissonPatternTopic<M>
Distributed topic implementation.
|
Modifier and Type | Method and Description |
---|---|
<M> RPatternTopic<M> |
Redisson.getPatternTopic(String pattern) |
<M> RPatternTopic<M> |
Redisson.getPatternTopic(String pattern,
Codec codec) |
Modifier and Type | Method and Description |
---|---|
<M> RPatternTopic<M> |
RedissonClient.getPatternTopic(String pattern)
Returns topic instance satisfies by pattern name.
|
<M> RPatternTopic<M> |
RedissonClient.getPatternTopic(String pattern,
Codec codec)
Returns topic instance satisfies by pattern name
using provided codec for messages.
|
Copyright © 2014–2017 The Redisson Project. All rights reserved.