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 Details

    • ServerFeaturesEvent

      public ServerFeaturesEvent(List<ServerFeatures> supportedFeatures)
  • Method Details