Class CollectionMapRefreshIgnoredEvent

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

public class CollectionMapRefreshIgnoredEvent extends AbstractEvent
This event is raised if an individual collection refresh is ignored.
  • Constructor Details

    • CollectionMapRefreshIgnoredEvent

      public CollectionMapRefreshIgnoredEvent(Context context, CollectionIdentifier collectionIdentifier)
  • Method Details

    • collectionIdentifier

      public CollectionIdentifier collectionIdentifier()
    • description

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