Uses of Interface
io.lettuce.core.ConnectionId
| Package | Description |
|---|---|
| io.lettuce.core.event.connection |
Connection-related events.
|
-
Uses of ConnectionId in io.lettuce.core.event.connection
Subinterfaces of ConnectionId in io.lettuce.core.event.connection Modifier and Type Interface Description interfaceConnectionEventInterface for Connection-related eventsClasses in io.lettuce.core.event.connection that implement ConnectionId 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.