public class EndpointStateChangedEvent extends AbstractEvent
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
EndpointStateChangedEvent(Context context,
EndpointState oldState,
EndpointState newState) |
EndpointStateChangedEvent(EndpointContext context,
EndpointState oldState,
EndpointState newState) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A textual description with more information about the event.
|
EndpointState |
newState() |
EndpointState |
oldState() |
category, context, created, createdAt, duration, severity, toStringpublic EndpointStateChangedEvent(EndpointContext context, EndpointState oldState, EndpointState newState)
public EndpointStateChangedEvent(Context context, EndpointState oldState, EndpointState newState)
public EndpointState oldState()
public EndpointState newState()
Copyright © 2024 Couchbase, Inc.. All rights reserved.