Class FutureContribution<T>

java.lang.Object
org.apache.hc.core5.concurrent.FutureContribution<T>
Type Parameters:
T - the future result type of an asynchronous operation.
All Implemented Interfaces:
FutureCallback<T>

public abstract class FutureContribution<T> extends Object implements FutureCallback<T>
Convenience base class for FutureCallbacks that contribute a result of the operation to another BasicFuture.
Since:
5.1