public class EndpointConnectionFailedEvent extends AbstractEvent
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
EndpointConnectionFailedEvent(Event.Severity severity,
Duration duration,
EndpointContext context,
long attempt,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
long |
attempt() |
Throwable |
cause()
If present, holds the cause for this event.
|
String |
description()
A textual description with more information about the event.
|
public EndpointConnectionFailedEvent(Event.Severity severity, Duration duration, EndpointContext context, long attempt, Throwable cause)
Copyright © 2021 Couchbase, Inc.. All rights reserved.