Uses of Interface
com.github.kagkarlsson.scheduler.task.ExecutionHandler
-
Packages that use ExecutionHandler Package Description com.github.kagkarlsson.scheduler.event com.github.kagkarlsson.scheduler.task com.github.kagkarlsson.scheduler.task.helper -
-
Uses of ExecutionHandler in com.github.kagkarlsson.scheduler.event
Constructors in com.github.kagkarlsson.scheduler.event with parameters of type ExecutionHandler Constructor Description ExecutionChain(List<ExecutionInterceptor> interceptors, ExecutionHandler<?> executionHandler) -
Uses of ExecutionHandler in com.github.kagkarlsson.scheduler.task
Subinterfaces of ExecutionHandler in com.github.kagkarlsson.scheduler.task Modifier and Type Interface Description interfaceTask<T>Classes in com.github.kagkarlsson.scheduler.task that implement ExecutionHandler Modifier and Type Class Description classAbstractTask<T> -
Uses of ExecutionHandler in com.github.kagkarlsson.scheduler.task.helper
Classes in com.github.kagkarlsson.scheduler.task.helper that implement ExecutionHandler Modifier and Type Class Description classCustomTask<T>classOneTimeTask<T>classRecurringTask<T>classRecurringTaskWithPersistentSchedule<T extends ScheduleAndData>Methods in com.github.kagkarlsson.scheduler.task.helper with parameters of type ExecutionHandler Modifier and Type Method Description CustomTask<T>Tasks.TaskBuilder. execute(ExecutionHandler<T> executionHandler)
-