Class ExecutionContext
java.lang.Object
com.github.kagkarlsson.scheduler.task.ExecutionContext
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionContext(SchedulerState schedulerState, Execution execution, SchedulerClient schedulerClient) -
Method Summary
Modifier and TypeMethodDescriptionPrimarily enables ExecutionHandlers to schedule new tasks.
-
Constructor Details
-
ExecutionContext
public ExecutionContext(SchedulerState schedulerState, Execution execution, SchedulerClient schedulerClient)
-
-
Method Details
-
getSchedulerState
-
getSchedulerClient
Primarily enables ExecutionHandlers to schedule new tasks. Can not be used to modify the "current" execution. -
getExecution
-