Class ReconfigurationCompletedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.ReconfigurationCompletedEvent
All Implemented Interfaces:
Event

public class ReconfigurationCompletedEvent extends AbstractEvent
Client got a new config and completed the reconfiguration properly without issue.
Since:
2.0.0
  • Constructor Details

    • ReconfigurationCompletedEvent

      public ReconfigurationCompletedEvent(Duration duration, Context context)
  • Method Details

    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.