Uses of Interface
org.redisson.api.RReliableTopicRx
-
Packages that use RReliableTopicRx Package Description org.redisson org.redisson.api -
-
Uses of RReliableTopicRx in org.redisson
Methods in org.redisson that return RReliableTopicRx Modifier and Type Method Description RReliableTopicRxRedissonRx. getReliableTopic(String name)RReliableTopicRxRedissonRx. getReliableTopic(String name, Codec codec) -
Uses of RReliableTopicRx in org.redisson.api
Methods in org.redisson.api that return RReliableTopicRx Modifier and Type Method Description RReliableTopicRxRedissonRxClient. getReliableTopic(String name)Returns reliable topic instance by name.RReliableTopicRxRedissonRxClient. getReliableTopic(String name, Codec codec)Returns reliable topic instance by name using provided codec for messages.
-