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.Severity
CATEGORY_PREFIX
Constructor and Description |
---|
ConfigIgnoredEvent(Context context,
ConfigIgnoredEvent.Reason reason,
Optional<Exception> cause,
Optional<String> config) |
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()
Event
Copyright © 2020 Couchbase, Inc.. All rights reserved.