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 RPatternTopicRx
RedissonRx. getPatternTopic(String pattern)
RPatternTopicRx
RedissonRx. 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 RPatternTopicRx
RedissonRxClient. getPatternTopic(String pattern)
Returns topic instance satisfies by pattern name.RPatternTopicRx
RedissonRxClient. getPatternTopic(String pattern, Codec codec)
Returns topic instance satisfies by pattern name using provided codec for messages.
-