Class ServerFeaturesEvent
java.lang.Object
com.couchbase.client.core.endpoint.ServerFeaturesEvent
public class ServerFeaturesEvent extends Object
An event sent by the
KeyValueFeatureHandler
to list all the negotiated features.- Since:
- 1.2.0
- Author:
- Michael Nitschinger
-
Constructor Summary
Constructors Constructor Description ServerFeaturesEvent(List<ServerFeatures> supportedFeatures)
-
Method Summary
Modifier and Type Method Description List<ServerFeatures>
supportedFeatures()
-
Constructor Details
-
ServerFeaturesEvent
-
-
Method Details
-
supportedFeatures
-