Interface SimpleProcessingScheduleService.ScheduledTask
- Enclosing interface:
SimpleProcessingScheduleService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A task scheduled by
SimpleProcessingScheduleService to give the caller control over the
task, i.e. for cancellation.-
Method Summary
-
Method Details
-
cancel
void cancel()Cancels the scheduled execution of this task.
-