Uses of Class
org.springframework.data.redis.listener.ChannelTopic
Package
Description
Base package for Redis message listener / pubsub container facility
-
Uses of ChannelTopic in org.springframework.data.redis.listener
Modifier and TypeMethodDescriptionstatic ChannelTopic
Create a newChannelTopic
for channel subscriptions.Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<ReactiveSubscription.Message<String,
String>> ReactiveRedisMessageListenerContainer.receive
(ChannelTopic... channelTopics) Subscribe to one or moreChannelTopic
s and receive a stream ofReactiveSubscription.ChannelMessage
.reactor.core.publisher.Mono<reactor.core.publisher.Flux<ReactiveSubscription.Message<String,
String>>> ReactiveRedisMessageListenerContainer.receiveLater
(ChannelTopic... channelTopics) Subscribe to one or moreChannelTopic
s and receive a stream ofReactiveSubscription.ChannelMessage
once the returnedMono
completes.