Package org.apache.qpid.protonj2.client.futures
package org.apache.qpid.protonj2.client.futures
-
ClassDescriptionAsyncResult<V>Defines a result interface for Asynchronous operations.A more balanced implementation of a ClientFuture that works better on some platforms such as windows where the thread park and atomic operations used by a more aggressive implementation could result in poor performance.ClientFuture<V>Asynchronous Client Future class.Factory for client future instances that will create specific versions based on configuration.Synchronization callback interface used to execute state updates or similar tasks in the thread context where the associated Future is managed.A more conservative implementation of a ClientFuture that is better on some platforms or resource constrained hardware where high CPU usage can be more counter productive than other variants that might spin or otherwise avoid entry into states requiring thread signaling.Simple NoOp implementation used when the result of the operation does not matter.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.