public class BucketConfigRefreshFailedEvent extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
BucketConfigRefreshFailedEvent.Reason
The reason with severity for the failure.
|
static class |
BucketConfigRefreshFailedEvent.RefresherType
The type of refresher that causes the failure.
|
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
BucketConfigRefreshFailedEvent(Context context,
BucketConfigRefreshFailedEvent.RefresherType type,
BucketConfigRefreshFailedEvent.Reason reason,
Optional<Object> cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A textual description with more information about the event.
|
category, context, created, createdAt, duration, severity, toStringpublic BucketConfigRefreshFailedEvent(Context context, BucketConfigRefreshFailedEvent.RefresherType type, BucketConfigRefreshFailedEvent.Reason reason, Optional<Object> cause)
Copyright © 2024 Couchbase, Inc.. All rights reserved.