Uses of Interface
org.redisson.api.RReliableTopic
-
Packages that use RReliableTopic Package Description org.redisson org.redisson.api org.redisson.reactive org.redisson.rx -
-
Uses of RReliableTopic in org.redisson
Classes in org.redisson that implement RReliableTopic Modifier and Type Class Description classRedissonReliableTopicMethods in org.redisson that return RReliableTopic Modifier and Type Method Description RReliableTopicRedisson. getReliableTopic(String name)RReliableTopicRedisson. getReliableTopic(String name, Codec codec) -
Uses of RReliableTopic in org.redisson.api
Methods in org.redisson.api that return RReliableTopic Modifier and Type Method Description RReliableTopicRedissonClient. getReliableTopic(String name)Returns reliable topic instance by name.RReliableTopicRedissonClient. getReliableTopic(String name, Codec codec)Returns reliable topic instance by name using provided codec for messages. -
Uses of RReliableTopic in org.redisson.reactive
Constructors in org.redisson.reactive with parameters of type RReliableTopic Constructor Description RedissonReliableTopicReactive(RReliableTopic topic) -
Uses of RReliableTopic in org.redisson.rx
Constructors in org.redisson.rx with parameters of type RReliableTopic Constructor Description RedissonReliableTopicRx(RReliableTopic topic)
-