T - Options typepublic class NoOpCallable<T extends Options> extends AbstractOperationCallable<T>
May be used by operations that don't perform an operation during every mix run.
| Constructor and Description |
|---|
NoOpCallable(Runner<T> runner,
T options,
OperationRun runInfo)
Creates a new callable
|
| Modifier and Type | Method and Description |
|---|---|
OperationRun |
call() |
cancel, getOptions, getRunner, isCancelledpublic NoOpCallable(Runner<T> runner, T options, OperationRun runInfo)
runner - Runneroptions - OptionsrunInfo - Run information to returnpublic OperationRun call() throws Exception
ExceptionCopyright © 2016. All rights reserved.