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, isCancelled
public NoOpCallable(Runner<T> runner, T options, OperationRun runInfo)
runner
- Runneroptions
- OptionsrunInfo
- Run information to returnpublic OperationRun call() throws Exception
Exception
Copyright © 2015. All rights reserved.