Package org.elasticsearch.action.support
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
Methods inherited from interface org.elasticsearch.core.Releasable
close
-
Method Details
-
captureAndCancel
- Parameters:
doCancel
- callback to invoke when the specified action has started which should cancel the action.
-