Uses of Interface
org.redisson.api.RTopicReactive
-
Packages that use RTopicReactive Package Description org.redisson org.redisson.api org.redisson.reactive -
-
Uses of RTopicReactive in org.redisson
Methods in org.redisson that return RTopicReactive Modifier and Type Method Description RTopicReactive
RedissonReactive. getTopic(String name)
RTopicReactive
RedissonReactive. getTopic(String name, Codec codec)
-
Uses of RTopicReactive in org.redisson.api
Methods in org.redisson.api that return RTopicReactive Modifier and Type Method Description RTopicReactive
RBatchReactive. getTopic(String name)
Returns topic instance by name.RTopicReactive
RBatchReactive. getTopic(String name, Codec codec)
RTopicReactive
RedissonReactiveClient. getTopic(String name)
Returns topic instance by name.RTopicReactive
RedissonReactiveClient. getTopic(String name, Codec codec)
Returns topic instance by name using provided codec for messages. -
Uses of RTopicReactive in org.redisson.reactive
Methods in org.redisson.reactive that return RTopicReactive Modifier and Type Method Description RTopicReactive
RedissonBatchReactive. getTopic(String name)
RTopicReactive
RedissonBatchReactive. getTopic(String name, Codec codec)
-