Uses of Interface
org.redisson.api.RTopicRx
-
Packages that use RTopicRx Package Description org.redisson org.redisson.api org.redisson.rx -
-
Uses of RTopicRx in org.redisson
Methods in org.redisson that return RTopicRx Modifier and Type Method Description RTopicRxRedissonRx. getTopic(String name)RTopicRxRedissonRx. getTopic(String name, Codec codec) -
Uses of RTopicRx in org.redisson.api
Methods in org.redisson.api that return RTopicRx Modifier and Type Method Description RTopicRxRBatchRx. getTopic(String name)Returns topic instance by name.RTopicRxRBatchRx. getTopic(String name, Codec codec)RTopicRxRedissonRxClient. getTopic(String name)Returns topic instance by name.RTopicRxRedissonRxClient. getTopic(String name, Codec codec)Returns topic instance by name using provided codec for messages. -
Uses of RTopicRx in org.redisson.rx
Methods in org.redisson.rx that return RTopicRx Modifier and Type Method Description RTopicRxRedissonBatchRx. getTopic(String name)RTopicRxRedissonBatchRx. getTopic(String name, Codec codec)
-