Class ShutdownCompletedEvent

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

public class ShutdownCompletedEvent extends AbstractEvent
Raised when a core is successfully shut down.
  • Constructor Details

    • ShutdownCompletedEvent

      public ShutdownCompletedEvent(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.