Class BucketOpenInitiatedEvent

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

public class BucketOpenInitiatedEvent extends AbstractEvent
This event is raised when a bucket is supposed to be opened.
  • Constructor Details

    • BucketOpenInitiatedEvent

      public BucketOpenInitiatedEvent(Context context, String name)
  • Method Details

    • name

      public String name()
    • description

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