Interface ScheduledTask
public interface ScheduledTask
-
Method Details
-
cancel
void cancel() -
isCancelled
boolean isCancelled() -
isRunning
boolean isRunning() -
nextExecution
Instant nextExecution() -
failure
-
completion
CompletionStage<Void> completion()
-