public class RequestNotRetriedEvent extends AbstractEvent
Event.Category, Event.Severity
CATEGORY_PREFIX
Constructor and Description |
---|
RequestNotRetriedEvent(Event.Severity severity,
Class<? extends Request> clazz,
RequestContext context,
RetryReason reason,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
Throwable |
cause()
If present, holds the cause for this event.
|
String |
description()
A textual description with more information about the event.
|
RetryReason |
retryReason() |
public RequestNotRetriedEvent(Event.Severity severity, Class<? extends Request> clazz, RequestContext context, RetryReason reason, Throwable throwable)
public RetryReason retryReason()
public Throwable cause()
Event
Copyright © 2021 Couchbase, Inc.. All rights reserved.