Class ConfigUpdatedEvent

java.lang.Object
com.couchbase.client.core.event.system.ConfigUpdatedEvent
All Implemented Interfaces:
CouchbaseEvent

public class ConfigUpdatedEvent
extends Object
implements CouchbaseEvent
Event published when a new bucket config is applied to the core.
Since:
1.2.0
Author:
Michael Nitschinger
  • Constructor Details

    • ConfigUpdatedEvent

      public ConfigUpdatedEvent​(ClusterConfig clusterConfig)
  • Method Details