Interface ScheduledCompletableStage<V>

Type Parameters:
V - The result type
All Superinterfaces:
Comparable<Delayed>, CompletionStage<V>, Delayed
All Known Subinterfaces:
BlockingManager.ScheduledBlockingCompletableStage<V>

public interface ScheduledCompletableStage<V> extends Delayed, CompletionStage<V>
A scheduled CompletionStage that may be cancelled if it has not been started yet. If it is cancelled the stage will be completed exceptionally with a CancellationException