Uses of Class
io.lettuce.core.pubsub.api.reactive.ChannelMessage
| Package | Description |
|---|---|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
| io.lettuce.core.pubsub.api.reactive |
Pub/Sub Redis API for reactive command execution.
|
-
Uses of ChannelMessage in io.lettuce.core.pubsub
Methods in io.lettuce.core.pubsub that return types with arguments of type ChannelMessage Modifier and Type Method Description Flux<ChannelMessage<K,V>>RedisPubSubReactiveCommandsImpl. observeChannels()Flux<ChannelMessage<K,V>>RedisPubSubReactiveCommandsImpl. observeChannels(FluxSink.OverflowStrategy overflowStrategy) -
Uses of ChannelMessage in io.lettuce.core.pubsub.api.reactive
Methods in io.lettuce.core.pubsub.api.reactive that return types with arguments of type ChannelMessage Modifier and Type Method Description Flux<ChannelMessage<K,V>>RedisPubSubReactiveCommands. observeChannels()Flux for messages (message) received though channel subscriptions.Flux<ChannelMessage<K,V>>RedisPubSubReactiveCommands. observeChannels(FluxSink.OverflowStrategy overflowStrategy)Flux for messages (message) received though channel subscriptions.