public interface NodeSelectionPubSubReactiveCommands<K,V>
Modifier and Type | Method and Description |
---|---|
ReactiveExecutions<Void> |
psubscribe(K... patterns)
Listen for messages published to channels matching the given patterns.
|
ReactiveExecutions<Void> |
punsubscribe(K... patterns)
Stop listening for messages posted to channels matching the given patterns.
|
ReactiveExecutions<Void> |
ssubscribe(K... shardCchannels)
Listen for messages published to the given shard channels.
|
ReactiveExecutions<Void> |
subscribe(K... channels)
Listen for messages published to the given channels.
|
ReactiveExecutions<Void> |
sunsubscribe(K... shardCchannels)
Stop listening for messages posted to the given shard channels.
|
ReactiveExecutions<Void> |
unsubscribe(K... channels)
Stop listening for messages posted to the given channels.
|
ReactiveExecutions<Void> psubscribe(K... patterns)
patterns
- the patternspsubscribe
completionReactiveExecutions<Void> punsubscribe(K... patterns)
patterns
- the patternspunsubscribe
completionReactiveExecutions<Void> subscribe(K... channels)
channels
- the channelssubscribe
completionReactiveExecutions<Void> unsubscribe(K... channels)
channels
- the channelsunsubscribe
completion.ReactiveExecutions<Void> ssubscribe(K... shardCchannels)
shardCchannels
- the channelssubscribe
completionReactiveExecutions<Void> sunsubscribe(K... shardCchannels)
shardCchannels
- the channelsunsubscribe
completion.Copyright © 2025 lettuce.io. All rights reserved.