public class ServiceRemoveIgnoredEvent extends AbstractEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceRemoveIgnoredEvent.Reason
Enumerates the reasons why a remove service event could be ignored by the system.
|
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
ServiceRemoveIgnoredEvent(Event.Severity severity,
ServiceRemoveIgnoredEvent.Reason reason,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A textual description with more information about the event.
|
ServiceRemoveIgnoredEvent.Reason |
reason() |
category, context, createdAt, duration, severity, toStringpublic ServiceRemoveIgnoredEvent(Event.Severity severity, ServiceRemoveIgnoredEvent.Reason reason, Context context)
public ServiceRemoveIgnoredEvent.Reason reason()
Copyright © 2021 Couchbase, Inc.. All rights reserved.