Uses of Interface
org.redisson.api.RTopicAsync
-
Packages that use RTopicAsync Package Description org.redisson org.redisson.api -
-
Uses of RTopicAsync in org.redisson
Classes in org.redisson that implement RTopicAsync Modifier and Type Class Description class
RedissonTopic
Distributed topic implementation.Methods in org.redisson that return RTopicAsync Modifier and Type Method Description RTopicAsync
RedissonBatch. getTopic(String name)
RTopicAsync
RedissonBatch. getTopic(String name, Codec codec)
-
Uses of RTopicAsync in org.redisson.api
Subinterfaces of RTopicAsync in org.redisson.api Modifier and Type Interface Description interface
RTopic
Distributed topic.Methods in org.redisson.api that return RTopicAsync Modifier and Type Method Description RTopicAsync
RBatch. getTopic(String name)
Returns topic instance by name.RTopicAsync
RBatch. getTopic(String name, Codec codec)
-