Class SuspiciousExpiryDurationEvent

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

@Deprecated
public class SuspiciousExpiryDurationEvent
extends AbstractEvent
Deprecated.
Scheduled for removal in SDK 3.1.
  • Constructor Details

    • SuspiciousExpiryDurationEvent

      public SuspiciousExpiryDurationEvent​(Duration duration)
      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.
    • cause

      public Throwable cause()
      Deprecated.
      Description copied from interface: Event
      If present, holds the cause for this event. Usually present if raised because of an excetion.
      Returns:
      the throwable if present.