public class UnsolicitedFeaturesReturnedEvent extends AbstractEvent
Event.Category, Event.Severity
CATEGORY_PREFIX
Constructor and Description |
---|
UnsolicitedFeaturesReturnedEvent(IoContext ctx,
List<ServerFeature> unsolicitedFeatures) |
Modifier and Type | Method and Description |
---|---|
String |
description()
A textual description with more information about the event.
|
List<ServerFeature> |
unsolicitedFeatures()
Returns the unsolicited features that got returned by the server.
|
category, context, createdAt, duration, severity, toString
public UnsolicitedFeaturesReturnedEvent(IoContext ctx, List<ServerFeature> unsolicitedFeatures)
public String description()
Event
public List<ServerFeature> unsolicitedFeatures()
Copyright © 2021 Couchbase, Inc.. All rights reserved.