Uses of Class
io.lettuce.core.pubsub.api.reactive.PatternMessage
| 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 PatternMessage in io.lettuce.core.pubsub
Methods in io.lettuce.core.pubsub that return types with arguments of type PatternMessage Modifier and Type Method Description Flux<PatternMessage<K,V>>RedisPubSubReactiveCommandsImpl. observePatterns()Flux<PatternMessage<K,V>>RedisPubSubReactiveCommandsImpl. observePatterns(FluxSink.OverflowStrategy overflowStrategy) -
Uses of PatternMessage in io.lettuce.core.pubsub.api.reactive
Methods in io.lettuce.core.pubsub.api.reactive that return types with arguments of type PatternMessage Modifier and Type Method Description Flux<PatternMessage<K,V>>RedisPubSubReactiveCommands. observePatterns()Flux for messages (pmessage) received though pattern subscriptions.Flux<PatternMessage<K,V>>RedisPubSubReactiveCommands. observePatterns(FluxSink.OverflowStrategy overflowStrategy)Flux for messages (pmessage) received though pattern subscriptions.