Package | Description |
---|---|
io.lettuce.core.cluster.pubsub.api.reactive |
Redis Cluster Pub/Sub API for reactive command execution.
|
Modifier and Type | Method and 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.
|
Copyright © 2023 lettuce.io. All rights reserved.