Uses of Class
org.springframework.data.redis.listener.ChannelTopic
Packages that use ChannelTopic
Package
Description
Base package for Redis message listener / pubsub container facility
-
Uses of ChannelTopic in org.springframework.data.redis.listener
Methods in org.springframework.data.redis.listener that return ChannelTopicModifier and TypeMethodDescriptionstatic ChannelTopicCreate a newChannelTopicfor channel subscriptions.static ChannelTopicCreate a newChannelTopicfor channel subscriptions.Methods in org.springframework.data.redis.listener with parameters of type ChannelTopicModifier and TypeMethodDescriptionReactiveRedisMessageListenerContainer.receive(ChannelTopic... channelTopics) Subscribe to one or moreChannelTopics and receive a stream ofReactiveSubscription.ChannelMessage.ReactiveRedisMessageListenerContainer.receiveLater(ChannelTopic... channelTopics) Subscribe to one or moreChannelTopics and receive a stream ofReactiveSubscription.ChannelMessageonce the returnedMonocompletes.