Class Promise.Completable<S>

java.lang.Object
java.util.concurrent.CompletableFuture<S>
org.cometd.bayeux.Promise.Completable<S>
All Implemented Interfaces:
CompletionStage<S>, Future<S>, Promise<S>
Enclosing interface:
Promise<C>

public static class Promise.Completable<S> extends CompletableFuture<S> implements Promise<S>

A CompletableFuture that is also a Promise.