Interface Promise<C>

Type Parameters:
C - the type of the context object
All Known Implementing Classes:
FuturePromise, Promise.Adapter, Promise.Completable, Promise.Wrapper

public interface Promise<C>

A callback abstraction that handles completed/failed events of asynchronous operations.