Uses of Interface
org.redisson.api.RPatternTopicRx
Packages that use RPatternTopicRx
-
Uses of RPatternTopicRx in org.redisson
Methods in org.redisson that return RPatternTopicRxModifier and TypeMethodDescriptionRedissonRx.getPatternTopic(String pattern) RedissonRx.getPatternTopic(String pattern, Codec codec) RedissonRx.getPatternTopic(PatternTopicOptions options) -
Uses of RPatternTopicRx in org.redisson.api
Methods in org.redisson.api that return RPatternTopicRxModifier and TypeMethodDescriptionRedissonRxClient.getPatternTopic(String pattern) Returns topic instance satisfies by pattern name.RedissonRxClient.getPatternTopic(String pattern, Codec codec) Returns topic instance satisfies by pattern name using provided codec for messages.RedissonRxClient.getPatternTopic(PatternTopicOptions options) Returns topic instance satisfies pattern name and specifiedoptions..