Class ProgressiveClientFuture<V>

java.lang.Object
org.apache.qpid.protonj2.client.futures.ClientFuture<V>
org.apache.qpid.protonj2.client.futures.ProgressiveClientFuture<V>
Type Parameters:
V - The type that result from completion of this Future
All Implemented Interfaces:
Future<V>, AsyncResult<V>

public class ProgressiveClientFuture<V> extends ClientFuture<V>
An optimized version of a ClientFuture that makes use of spin waits and other methods of reacting to asynchronous completion in a more timely manner.