Uses of Interface
io.lettuce.core.protocol.ReconnectionListener
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
-
Uses of ReconnectionListener in io.lettuce.core
Methods in io.lettuce.core with parameters of type ReconnectionListener Modifier and Type Method Description ConnectionBuilderConnectionBuilder. reconnectionListener(ReconnectionListener reconnectionListener) -
Uses of ReconnectionListener in io.lettuce.core.protocol
Fields in io.lettuce.core.protocol declared as ReconnectionListener Modifier and Type Field Description static ReconnectionListenerReconnectionListener. NO_OPConstructors in io.lettuce.core.protocol with parameters of type ReconnectionListener Constructor Description ConnectionWatchdog(Delay reconnectDelay, ClientOptions clientOptions, Bootstrap bootstrap, Timer timer, EventExecutorGroup reconnectWorkers, Mono<SocketAddress> socketAddressSupplier, ReconnectionListener reconnectionListener, ConnectionFacade connectionFacade, EventBus eventBus, Endpoint endpoint)Create a new watchdog that adds to new connections to the suppliedChannelGroupand establishes a newChannelwhen disconnected, while reconnect is true.