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