Class ReconfigurationIgnoredEvent

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

@Deprecated public class ReconfigurationIgnoredEvent extends AbstractEvent
Deprecated.
This event is never emitted by the SDK.
Client got a new config, but for some valid reason the event is ignored.
Since:
2.0.0
  • Constructor Details

    • ReconfigurationIgnoredEvent

      public ReconfigurationIgnoredEvent(Context context)
      Deprecated.
  • Method Details

    • description

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