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