Uses of Interface
io.lettuce.core.pubsub.PubSubMessage
| Package | Description |
|---|---|
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of PubSubMessage in io.lettuce.core.cluster
Methods in io.lettuce.core.cluster with parameters of type PubSubMessage Modifier and Type Method Description protected voidPubSubClusterEndpoint. notifyListeners(PubSubMessage<K,V> output) -
Uses of PubSubMessage in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement PubSubMessage Modifier and Type Class Description classPubSubOutput<K,V>One element of the Redis pub/sub stream.Methods in io.lettuce.core.pubsub with parameters of type PubSubMessage Modifier and Type Method Description protected voidPubSubEndpoint. notifyListeners(PubSubMessage<K,V> message)