Class Deletion

java.lang.Object
com.couchbase.client.dcp.highlevel.DocumentChange
com.couchbase.client.dcp.highlevel.Deletion
All Implemented Interfaces:
DatabaseChangeEvent, FlowControllable

public class Deletion extends DocumentChange
  • Constructor Details

  • Method Details

    • isDueToExpiration

      public boolean isDueToExpiration()
    • dispatch

      public void dispatch(DatabaseChangeListener listener)
      Description copied from interface: DatabaseChangeEvent
      Pass this event to the appropriate method of the given listener.

      The listener is invoked immediately in the same thread that calls this method.