| Interface | Description |
|---|---|
| ConnectionEvent |
Interface for Connection-related events
|
| Class | Description |
|---|---|
| ConnectedEvent |
Event for a established TCP-level connection.
|
| ConnectEvent |
Event to connect to Redis.
|
| ConnectionActivatedEvent |
Event for a connection activation (after SSL-handshake,
PING before
activation, and buffered command replay). |
| ConnectionCreatedEvent |
Event for a created connection object.
|
| ConnectionDeactivatedEvent |
Event for a connection deactivation.
|
| DisconnectedEvent |
Event for a disconnect on TCP-level.
|
| JfrReconnectAttemptEvent |
Flight recorder event variant of
ReconnectAttemptEvent. |
| JfrReconnectFailedEvent |
Flight recorder event variant of
ReconnectFailedEvent. |
| ReconnectAttemptEvent |
Event fired on reconnect attempts.
|
| ReconnectFailedEvent |
Event fired on failed reconnect caused either by I/O issues or during connection initialization.
|
Copyright © 2023 lettuce.io. All rights reserved.