Package org.apache.batchee.container
Interface ExecutionElementController
-
- All Superinterfaces:
Controller
- All Known Implementing Classes:
BaseStepController
,BatchletStepController
,ChunkStepController
,DecisionController
,FlowController
,PartitionedStepController
,SingleThreadedStepController
,SplitController
public interface ExecutionElementController extends Controller
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionStatus
execute()
-
Methods inherited from interface org.apache.batchee.container.Controller
getLastRunStepExecutions, stop
-
-
-
-
Method Detail
-
execute
ExecutionStatus execute()
-
-