public class RequestNotRetriedEvent extends AbstractEvent
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
RequestNotRetriedEvent(Event.Severity severity,
Class<?> clazz,
Context 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<?> clazz, Context context, RetryReason reason, Throwable throwable)
public RetryReason retryReason()
public Throwable cause()
EventCopyright © 2024 Couchbase, Inc.. All rights reserved.