Uses of Interface
com.github.kagkarlsson.scheduler.task.CompletionHandler
-
Packages that use CompletionHandler Package Description com.github.kagkarlsson.scheduler.task com.github.kagkarlsson.scheduler.task.helper -
-
Uses of CompletionHandler in com.github.kagkarlsson.scheduler.task
Classes in com.github.kagkarlsson.scheduler.task that implement CompletionHandler Modifier and Type Class Description static classCompletionHandler.OnCompleteRemove<T>static classCompletionHandler.OnCompleteReplace<T>static classCompletionHandler.OnCompleteReschedule<T>Methods in com.github.kagkarlsson.scheduler.task that return CompletionHandler Modifier and Type Method Description CompletionHandler<T>ExecutionHandler. execute(TaskInstance<T> taskInstance, ExecutionContext executionContext) -
Uses of CompletionHandler in com.github.kagkarlsson.scheduler.task.helper
Methods in com.github.kagkarlsson.scheduler.task.helper that return CompletionHandler Modifier and Type Method Description CompletionHandler<T>OneTimeTask. execute(TaskInstance<T> taskInstance, ExecutionContext executionContext)CompletionHandler<T>RecurringTask. execute(TaskInstance<T> taskInstance, ExecutionContext executionContext)
-