Uses of Class
io.lettuce.core.RedisChannelHandler
| 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.
|
| io.lettuce.core.sentinel |
Redis Sentinel connection classes.
|
-
Uses of RedisChannelHandler in io.lettuce.core
Subclasses of RedisChannelHandler in io.lettuce.core Modifier and Type Class Description classStatefulRedisConnectionImpl<K,V>A thread-safe connection to a Redis server.Methods in io.lettuce.core with type parameters of type RedisChannelHandler Modifier and Type Method Description protected <K, V, T extends RedisChannelHandler<K, V>>
ConnectionFuture<T>AbstractRedisClient. initializeChannelAsync(ConnectionBuilder connectionBuilder)Connect and initialize a channel fromConnectionBuilder.Methods in io.lettuce.core that return RedisChannelHandler Modifier and Type Method Description RedisChannelHandler<?,?>ConnectionBuilder. connection()Methods in io.lettuce.core with parameters of type RedisChannelHandler Modifier and Type Method Description ConnectionBuilderConnectionBuilder. connection(RedisChannelHandler<?,?> connection)voidRedisConnectionStateAdapter. onRedisConnected(RedisChannelHandler<?,?> connection, SocketAddress socketAddress)default voidRedisConnectionStateListener. onRedisConnected(RedisChannelHandler<?,?> connection)Deprecated.default voidRedisConnectionStateListener. onRedisConnected(RedisChannelHandler<?,?> connection, SocketAddress socketAddress)Event handler for successful connection event.voidRedisConnectionStateAdapter. onRedisDisconnected(RedisChannelHandler<?,?> connection)voidRedisConnectionStateListener. onRedisDisconnected(RedisChannelHandler<?,?> connection)Event handler for disconnection event.voidRedisConnectionStateAdapter. onRedisExceptionCaught(RedisChannelHandler<?,?> connection, Throwable cause)voidRedisConnectionStateListener. onRedisExceptionCaught(RedisChannelHandler<?,?> connection, Throwable cause)Event handler for exceptions. -
Uses of RedisChannelHandler in io.lettuce.core.cluster
Subclasses of RedisChannelHandler in io.lettuce.core.cluster Modifier and Type Class Description classStatefulRedisClusterConnectionImpl<K,V>A thread-safe connection to a Redis Cluster. -
Uses of RedisChannelHandler in io.lettuce.core.pubsub
Subclasses of RedisChannelHandler in io.lettuce.core.pubsub Modifier and Type Class Description classStatefulRedisPubSubConnectionImpl<K,V>An thread-safe pub/sub connection to a Redis server. -
Uses of RedisChannelHandler in io.lettuce.core.sentinel
Subclasses of RedisChannelHandler in io.lettuce.core.sentinel Modifier and Type Class Description classStatefulRedisSentinelConnectionImpl<K,V>
RedisConnectionStateListener.onRedisConnected(RedisChannelHandler, SocketAddress).