Uses of Interface
io.lettuce.core.event.Event
| Package | Description |
|---|---|
| io.lettuce.core.cluster.event |
Cluster event types.
|
| io.lettuce.core.event |
Event publishing and subscription.
|
| io.lettuce.core.event.cluster |
Redis Cluster events.
|
| io.lettuce.core.event.connection |
Connection-related events.
|
| io.lettuce.core.event.jfr |
Event publishing specifically for Java Flight Recorder events.
|
| io.lettuce.core.event.metrics |
Metric events and publishing.
|
-
Uses of Event in io.lettuce.core.cluster.event
Classes in io.lettuce.core.cluster.event that implement Event Modifier and Type Class Description classAskRedirectionEventEvent emitted on aASKredirection.classClusterTopologyChangedEventSignals a discovered cluster topology change.classMovedRedirectionEventEvent emitted on aMOVEDredirection.classRedirectionEventSupportclassTopologyRefreshEventEvent for initiating a topology refresh. -
Uses of Event in io.lettuce.core.event
-
Uses of Event in io.lettuce.core.event.cluster
Classes in io.lettuce.core.event.cluster that implement Event Modifier and Type Class Description classAdaptiveRefreshTriggeredEventEvent when a topology refresh is about to start by an adaptive refresh trigger. -
Uses of Event in io.lettuce.core.event.connection
Subinterfaces of Event in io.lettuce.core.event.connection Modifier and Type Interface Description interfaceConnectionEventInterface for Connection-related eventsClasses in io.lettuce.core.event.connection that implement Event Modifier and Type Class Description classConnectedEventEvent for a established TCP-level connection.classConnectEventEvent to connect to Redis.classConnectionActivatedEventEvent for a connection activation (after SSL-handshake,PING before activation, and buffered command replay).classConnectionCreatedEventEvent for a created connection object.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. -
Uses of Event in io.lettuce.core.event.jfr
Methods in io.lettuce.core.event.jfr with parameters of type Event Modifier and Type Method Description voidEventRecorder. record(Event event)Record an event.EventRecorder.RecordableEventEventRecorder. start(Event event)Start recording an event. -
Uses of Event in io.lettuce.core.event.metrics
Classes in io.lettuce.core.event.metrics that implement Event Modifier and Type Class Description classCommandLatencyEventEvent that transports command latency metrics.