Uses of Class
io.lettuce.core.ConnectionEvents.Reconnect
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
-
Uses of ConnectionEvents.Reconnect in io.lettuce.core.protocol
Methods in io.lettuce.core.protocol with parameters of type ConnectionEvents.Reconnect Modifier and Type Method Description voidReconnectionListener. onReconnectAttempt(ConnectionEvents.Reconnect reconnect)Listener method notified on a reconnection attempt.