Uses of Interface
org.redisson.api.RTopic
-
Packages that use RTopic Package Description org.redisson org.redisson.api org.redisson.cache org.redisson.reactive org.redisson.rx -
-
Uses of RTopic in org.redisson
Classes in org.redisson that implement RTopic Modifier and Type Class Description classRedissonTopicDistributed topic implementation.Methods in org.redisson that return RTopic Modifier and Type Method Description protected abstract RTopicQueueTransferTask. getTopic()RTopicRedisson. getTopic(String name)RTopicRedisson. getTopic(String name, Codec codec) -
Uses of RTopic in org.redisson.api
Methods in org.redisson.api that return RTopic Modifier and Type Method Description RTopicRedissonClient. getTopic(String name)Returns topic instance by name.RTopicRedissonClient. getTopic(String name, Codec codec)Returns topic instance by name using provided codec for messages. -
Uses of RTopic in org.redisson.cache
Methods in org.redisson.cache that return RTopic Modifier and Type Method Description RTopicLocalCacheListener. getInvalidationTopic() -
Uses of RTopic in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RTopic Constructor Description RedissonTopicReactive(RTopic topic) -
Uses of RTopic in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RTopic Constructor Description RedissonTopicRx(RTopic topic)
-