Interface ScheduledCompletableFuture<T>

All Superinterfaces:
Comparable<Delayed>, Delayed, Future<T>, ScheduledFuture<T>

@NonNullByDefault public interface ScheduledCompletableFuture<T> extends ScheduledFuture<T>
Interface returned by all scheduled jobs. It can be used to wait for the value, cancel the job or check how much time till the scheduled job will run.
Author:
Hilbrand Bouwkamp - Initial contribution
  • Method Details