Uses of Interface
io.lettuce.core.cluster.api.reactive.ReactiveExecutions
| Package | Description |
|---|---|
| io.lettuce.core.cluster.pubsub.api.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
-
Uses of ReactiveExecutions in io.lettuce.core.cluster.pubsub.api.reactive
Methods in io.lettuce.core.cluster.pubsub.api.reactive that return ReactiveExecutions Modifier and Type Method Description ReactiveExecutions<Void>NodeSelectionPubSubReactiveCommands. psubscribe(K... patterns)Listen for messages published to channels matching the given patterns.ReactiveExecutions<Void>NodeSelectionPubSubReactiveCommands. punsubscribe(K... patterns)Stop listening for messages posted to channels matching the given patterns.ReactiveExecutions<Void>NodeSelectionPubSubReactiveCommands. subscribe(K... channels)Listen for messages published to the given channels.ReactiveExecutions<Void>NodeSelectionPubSubReactiveCommands. unsubscribe(K... channels)Stop listening for messages posted to the given channels.