Uses of Interface
org.redisson.api.RPatternTopicRx
-
Packages that use RPatternTopicRx Package Description org.redisson org.redisson.api -
-
Uses of RPatternTopicRx in org.redisson
Methods in org.redisson that return RPatternTopicRx Modifier and Type Method Description RPatternTopicRxRedissonRx. getPatternTopic(String pattern)RPatternTopicRxRedissonRx. getPatternTopic(String pattern, Codec codec) -
Uses of RPatternTopicRx in org.redisson.api
Methods in org.redisson.api that return RPatternTopicRx Modifier and Type Method Description RPatternTopicRxRedissonRxClient. getPatternTopic(String pattern)Returns topic instance satisfies by pattern name.RPatternTopicRxRedissonRxClient. getPatternTopic(String pattern, Codec codec)Returns topic instance satisfies by pattern name using provided codec for messages.
-