Class ExecutionContext

java.lang.Object
com.github.kagkarlsson.scheduler.task.ExecutionContext

public class ExecutionContext extends Object
  • Constructor Details

  • Method Details

    • getSchedulerState

      public SchedulerState getSchedulerState()
    • getSchedulerClient

      public SchedulerClient getSchedulerClient()
      Primarily enables ExecutionHandlers to schedule new tasks. Can not be used to modify the "current" execution.
    • getExecution

      public Execution getExecution()