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