| Class | Description |
|---|---|
| EndpointConnectedEvent |
This event is published when an endpoint is connected properly.
|
| EndpointConnectionAbortedEvent |
This event is published when an endpoint is in the phase of reconnecting because
of an error, but disconnect was called in the meantime and as a result any
further reconnect attempts are aborted.
|
| EndpointConnectionFailedEvent |
This event is published when an endpoint connect attempt failed.
|
| EndpointConnectionIgnoredEvent |
This event is published when an endpoint is connected properly but
a disconnect signal came before so it is ignored.
|
| EndpointDisconnectDelayedEvent |
This event is generated when an endpoint disconnect was delayed because it is still in use
|
| EndpointDisconnectedEvent |
This event is generated when an endpoint is correctly disconnected.
|
| EndpointDisconnectionFailedEvent |
This event is raised if an endpoint disconnect attempt failed for some reason.
|
| EndpointDisconnectResumedEvent |
This event is generated when an endpoint disconnect was delayed, but is now about to be disconnected
|
| EndpointStateChangedEvent |
This event is raised when an endpoint changes its underlying state.
|
| EndpointWriteFailedEvent |
This event is raised if the actual IO write and flush (into netty) failed.
|
| UnexpectedEndpointConnectionFailedEvent |
During connecting to an endpoint, an exception/error was raised which was not expected.
|
| UnexpectedEndpointDisconnectedEvent |
This event is usually raised if the server closes the socket and the client didn't expect it.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.