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 classRedissonTopicDistributed topic implementation.Methods in org.redisson that return RTopicAsync Modifier and Type Method Description RTopicAsyncRedissonBatch. getTopic(String name)RTopicAsyncRedissonBatch. getTopic(String name, Codec codec) -
Uses of RTopicAsync in org.redisson.api
Subinterfaces of RTopicAsync in org.redisson.api Modifier and Type Interface Description interfaceRTopicDistributed topic.Methods in org.redisson.api that return RTopicAsync Modifier and Type Method Description RTopicAsyncRBatch. getTopic(String name)Returns topic instance by name.RTopicAsyncRBatch. getTopic(String name, Codec codec)
-