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 PatternTopic
Create a newPatternTopic
for channel subscriptions based on apattern
.static PatternTopic
Create a newPatternTopic
for 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 morePatternTopic
s and receive a stream ofReactiveSubscription.PatternMessage
.ReactiveRedisMessageListenerContainer.receiveLater
(PatternTopic... patternTopics) Subscribe to one or morePatternTopic
s and receive a stream ofReactiveSubscription.PatternMessage
once the returnedMono
completes.