Uses of Interface
io.lettuce.core.event.connection.ConnectionEvent
| Package | Description |
|---|---|
| io.lettuce.core.event.connection |
Connection-related events.
|
-
Uses of ConnectionEvent in io.lettuce.core.event.connection
Classes in io.lettuce.core.event.connection that implement ConnectionEvent Modifier and Type Class Description classConnectedEventEvent for a established TCP-level connection.classConnectionActivatedEventEvent for a connection activation (after SSL-handshake,PING before activation, and buffered command replay).classConnectionDeactivatedEventEvent for a connection deactivation.classDisconnectedEventEvent for a disconnect on TCP-level.classReconnectAttemptEventEvent fired on reconnect attempts.classReconnectFailedEventEvent fired on failed reconnect caused either by I/O issues or during connection initialization.