Uses of Class
org.springframework.data.redis.listener.PatternTopic
Packages that use PatternTopic
Package
Description
Base package for Redis message listener / pubsub container facility
-
Uses of PatternTopic in org.springframework.data.redis.listener
Methods in org.springframework.data.redis.listener that return PatternTopicModifier and TypeMethodDescriptionstatic PatternTopicCreate a newPatternTopicfor channel subscriptions based on apattern.static PatternTopicCreate a newPatternTopicfor channel subscriptions based on apattern.Methods in org.springframework.data.redis.listener with parameters of type PatternTopicModifier and TypeMethodDescriptionReactiveRedisMessageListenerContainer.receive(PatternTopic... patternTopics) Subscribe to one or morePatternTopics and receive a stream ofReactiveSubscription.PatternMessage.ReactiveRedisMessageListenerContainer.receiveLater(PatternTopic... patternTopics) Subscribe to one or morePatternTopics and receive a stream ofReactiveSubscription.PatternMessageonce the returnedMonocompletes.