Deprecated
Modifier and Type | Field and Description |
---|---|
private static final InternalLogger | |
private final Promise |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static <X> void | |
public void | operationComplete(Future<T>
the source future)Future which called this callbackImplements io. Future has been completed.
|
logger | back to summary |
---|---|
private static final InternalLogger logger |
promise | back to summary |
---|---|
private final Promise<? super T> promise |
UnaryPromiseNotifier | back to summary |
---|---|
public UnaryPromiseNotifier(Promise<? super T> promise) |
cascadeTo | back to summary |
---|---|
public static <X> void cascadeTo(Future<X> completedFuture, Promise<? super X> promise) |
operationComplete | back to summary |
---|---|
public void operationComplete(Future<T> future) throws Exception Implements io. Doc from io. Invoked when the operation associated with the |