Interface CancellableActionTestPlugin.CapturingAction

All Superinterfaces:
AutoCloseable, Closeable, org.elasticsearch.core.Releasable
Enclosing class:
CancellableActionTestPlugin

public static interface CancellableActionTestPlugin.CapturingAction extends org.elasticsearch.core.Releasable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface org.elasticsearch.core.Releasable

    close
  • Method Details

    • captureAndCancel

      void captureAndCancel(Runnable doCancel)
      Parameters:
      doCancel - callback to invoke when the specified action has started which should cancel the action.