public class ConfigIgnoredEvent extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigIgnoredEvent.Reason
The reason why the proposed config got ignored.
|
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
ConfigIgnoredEvent(Context context,
ConfigIgnoredEvent.Reason reason,
Optional<Exception> cause,
Optional<String> config,
Optional<String> bucketName) |
| Modifier and Type | Method and Description |
|---|---|
Exception |
cause()
If present, holds the cause for this event.
|
Optional<String> |
config() |
String |
description()
A textual description with more information about the event.
|
ConfigIgnoredEvent.Reason |
reason() |
public ConfigIgnoredEvent.Reason reason()
public Exception cause()
EventCopyright © 2024 Couchbase, Inc.. All rights reserved.