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 RTopicReactiveRedissonReactive. getTopic(String name)RTopicReactiveRedissonReactive. 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 RTopicReactiveRBatchReactive. getTopic(String name)Returns topic instance by name.RTopicReactiveRBatchReactive. getTopic(String name, Codec codec)RTopicReactiveRedissonReactiveClient. getTopic(String name)Returns topic instance by name.RTopicReactiveRedissonReactiveClient. 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 RTopicReactiveRedissonBatchReactive. getTopic(String name)RTopicReactiveRedissonBatchReactive. getTopic(String name, Codec codec)
-