Uses of Interface
org.redisson.api.RTopic
-
Packages that use RTopic Package Description org.redisson org.redisson.api org.redisson.cache org.redisson.reactive org.redisson.rx -
-
Uses of RTopic in org.redisson
Classes in org.redisson that implement RTopic Modifier and Type Class Description class
RedissonTopic
Distributed topic implementation.Methods in org.redisson that return RTopic Modifier and Type Method Description protected abstract RTopic
QueueTransferTask. getTopic()
RTopic
Redisson. getTopic(String name)
RTopic
Redisson. getTopic(String name, Codec codec)
-
Uses of RTopic in org.redisson.api
Methods in org.redisson.api that return RTopic Modifier and Type Method 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. -
Uses of RTopic in org.redisson.cache
Methods in org.redisson.cache that return RTopic Modifier and Type Method Description RTopic
LocalCacheListener. getInvalidationTopic()
-
Uses of RTopic in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RTopic Constructor Description RedissonTopicReactive(RTopic topic)
-
Uses of RTopic in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RTopic Constructor Description RedissonTopicRx(RTopic topic)
-