Uses of Interface
com.github.kagkarlsson.scheduler.task.StateReturningExecutionHandler
-
Packages that use StateReturningExecutionHandler Package Description com.github.kagkarlsson.scheduler.task.helper -
-
Uses of StateReturningExecutionHandler in com.github.kagkarlsson.scheduler.task.helper
Methods in com.github.kagkarlsson.scheduler.task.helper with parameters of type StateReturningExecutionHandler Modifier and Type Method Description RecurringTask<T>Tasks.RecurringTaskBuilder. executeStateful(StateReturningExecutionHandler<T> executionHandler)RecurringTaskWithPersistentSchedule<T>Tasks.RecurringTaskWithPersistentScheduleBuilder. executeStateful(StateReturningExecutionHandler<T> executionHandler)
-