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 RReliableTopicReactiveRedissonReactive. getReliableTopic(String name)RReliableTopicReactiveRedissonReactive. 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 RReliableTopicReactiveRedissonReactiveClient. getReliableTopic(String name)Returns reliable topic instance by name.RReliableTopicReactiveRedissonReactiveClient. getReliableTopic(String name, Codec codec)Returns reliable topic instance by name using provided codec for messages.
-