Uses of Interface
io.lettuce.core.RedisConnectionStateListener
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of RedisConnectionStateListener in io.lettuce.core
Classes in io.lettuce.core that implement RedisConnectionStateListener Modifier and Type Class Description classRedisConnectionStateAdapterConvenience adapter with an empty implementation of allRedisConnectionStateListenercallback methods.Methods in io.lettuce.core with parameters of type RedisConnectionStateListener Modifier and Type Method Description voidAbstractRedisClient. addListener(RedisConnectionStateListener listener)Add a listener for the RedisConnectionState.voidConnectionEvents. addListener(RedisConnectionStateListener listener)voidAbstractRedisClient. removeListener(RedisConnectionStateListener listener)Removes a listener.voidConnectionEvents. removeListener(RedisConnectionStateListener listener)