| Package | Description |
|---|---|
| org.springframework.data.redis.listener |
Base package for Redis message listener / pubsub container facility
|
| Modifier and Type | Method and Description |
|---|---|
static ChannelTopic |
ChannelTopic.of(String name)
Create a new
ChannelTopic for channel subscriptions. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<ReactiveSubscription.Message<String,String>> |
ReactiveRedisMessageListenerContainer.receive(ChannelTopic... channelTopics)
Subscribe to one or more
ChannelTopics and receive a stream of ReactiveSubscription.ChannelMessage. |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.