T - the future result type of an asynchronous operation.public abstract class FutureContribution<T> extends Object implements FutureCallback<T>
FutureCallbacks that contribute a result
 of the operation to another BasicFuture.| Constructor and Description | 
|---|
| FutureContribution(BasicFuture<?> future) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | cancelled() | 
| void | failed(Exception ex) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompletedpublic FutureContribution(BasicFuture<?> future)
public final void failed(Exception ex)
failed in interface FutureCallback<T>public final void cancelled()
cancelled in interface FutureCallback<T>Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.