Class BookkeeperInternalCallbacks.GenericCallbackFuture<T>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
org.apache.bookkeeper.proto.BookkeeperInternalCallbacks.GenericCallbackFuture<T>
All Implemented Interfaces:
CompletionStage<T>, Future<T>, BookkeeperInternalCallbacks.GenericCallback<T>
Enclosing class:
BookkeeperInternalCallbacks

public static class BookkeeperInternalCallbacks.GenericCallbackFuture<T> extends CompletableFuture<T> implements BookkeeperInternalCallbacks.GenericCallback<T>
Generic callback future.