public class ServerFeaturesEvent extends Object
An event sent by the KeyValueFeatureHandler to list all the negotiated features.
| Constructor and Description |
|---|
ServerFeaturesEvent(List<ServerFeatures> supportedFeatures) |
| Modifier and Type | Method and Description |
|---|---|
List<ServerFeatures> |
supportedFeatures() |
public ServerFeaturesEvent(List<ServerFeatures> supportedFeatures)
public List<ServerFeatures> supportedFeatures()
Copyright © 2016 Couchbase, Inc.. All rights reserved.