Uses of Interface
io.lettuce.core.protocol.PushHandler
| 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.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.pubsub |
Pub/Sub connection classes.
|
-
Uses of PushHandler in io.lettuce.core
Methods in io.lettuce.core with parameters of type PushHandler Modifier and Type Method Description protected <K, V> StatefulRedisConnectionImpl<K,V>RedisClient. newStatefulRedisConnection(RedisChannelWriter channelWriter, PushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisConnectionImplor a subclass.Constructors in io.lettuce.core with parameters of type PushHandler Constructor Description StatefulRedisConnectionImpl(RedisChannelWriter writer, PushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Initialize a new connection. -
Uses of PushHandler in io.lettuce.core.cluster
Classes in io.lettuce.core.cluster that implement PushHandler Modifier and Type Class Description classPubSubClusterEndpoint<K,V>Methods in io.lettuce.core.cluster with parameters of type PushHandler Modifier and Type Method Description protected <K, V> StatefulRedisConnectionImpl<K,V>RedisClusterClient. newStatefulRedisConnection(RedisChannelWriter channelWriter, PushHandler pushHandler, RedisCodec<K,V> codec, Duration timeout)Create a new instance ofStatefulRedisConnectionImplor a subclass. -
Uses of PushHandler in io.lettuce.core.protocol
Subinterfaces of PushHandler in io.lettuce.core.protocol Modifier and Type Interface Description interfaceEndpointWraps a statefulEndpointthat abstracts the underlying channel.Classes in io.lettuce.core.protocol that implement PushHandler Modifier and Type Class Description classDefaultEndpointDefaultEndpointimplementation. -
Uses of PushHandler in io.lettuce.core.pubsub
Classes in io.lettuce.core.pubsub that implement PushHandler Modifier and Type Class Description classPubSubEndpoint<K,V>