Uses of Class
io.lettuce.core.pubsub.PubSubEndpoint
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of PubSubEndpoint in io.lettuce.core
Methods in io.lettuce.core with parameters of type PubSubEndpoint Modifier and Type Method Description protected <K, V> StatefulRedisPubSubConnectionImpl<K,V>RedisClient. newStatefulRedisPubSubConnection(PubSubEndpoint<K,V> endpoint, RedisChannelWriter channelWriter, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisPubSubConnectionImplor a subclass. -
Uses of PubSubEndpoint in io.lettuce.core.cluster
Subclasses of PubSubEndpoint in io.lettuce.core.cluster Modifier and Type Class Description classPubSubClusterEndpoint<K,V> -
Uses of PubSubEndpoint in io.lettuce.core.pubsub
Constructors in io.lettuce.core.pubsub with parameters of type PubSubEndpoint Constructor Description PubSubCommandHandler(ClientOptions clientOptions, ClientResources clientResources, RedisCodec<K,V> codec, PubSubEndpoint<K,V> endpoint)Initialize a new instance.StatefulRedisPubSubConnectionImpl(PubSubEndpoint<K,V> endpoint, RedisChannelWriter writer, RedisCodec<K,V> codec, Duration timeout)Initialize a new connection.