-
public interface OperationsRunnerAn operations runner will run one or more operation and return the resulting context.
-
-
Method Summary
Modifier and Type Method Description abstract OperationsContextrun(OperationsInput operationsInput)Run one or more operations. -
-
Method Detail
-
run
abstract OperationsContext run(OperationsInput operationsInput)
Run one or more operations.
-
-
-
-