Interface AsyncStage<T>

All Superinterfaces:
CompletionStage<T>

public interface AsyncStage<T> extends CompletionStage<T>
A CompletionStage that is the result of most operations.