Uses of Class
org.springframework.data.redis.listener.PatternTopic
Packages that use PatternTopic
Package
Description
Base package for Redis message listener / pubsub container facility
Implementation classes for Spring Messaging integration.
-
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. -
Uses of PatternTopic in org.springframework.data.redis.listener.support
Methods in org.springframework.data.redis.listener.support that return types with arguments of type PatternTopicModifier and TypeMethodDescriptionstatic TopicResolver<PatternTopic> TopicResolver.pattern()Return aTopicResolverfor resolvingPatternTopicfor a given topic name.