Uses of Interface
org.apache.qpid.protonj2.client.futures.ClientSynchronization
Packages that use ClientSynchronization
-
Uses of ClientSynchronization in org.apache.qpid.protonj2.client.futures
Fields in org.apache.qpid.protonj2.client.futures declared as ClientSynchronizationModifier and TypeFieldDescriptionprotected final ClientSynchronization
<V> ClientFuture.synchronization
Methods in org.apache.qpid.protonj2.client.futures with parameters of type ClientSynchronizationModifier and TypeMethodDescriptionabstract <V> ClientFuture
<V> ClientFutureFactory.createFuture
(ClientSynchronization<V> synchronization) abstract <V> ClientFuture
<V> ClientFutureFactory.createUnfailableFuture
(ClientSynchronization<V> synchronization) Constructors in org.apache.qpid.protonj2.client.futures with parameters of type ClientSynchronizationModifierConstructorDescriptionBalancedClientFuture
(ClientSynchronization<V> synchronization) Create a newBalancedClientFuture
instance with the assignedClientSynchronization
.protected
ClientFuture
(ClientSynchronization<V> synchronization) ConservativeClientFuture
(ClientSynchronization<V> synchronization) Create a newConservativeClientFuture
instance with the assignedClientSynchronization
.ProgressiveClientFuture
(ClientSynchronization<V> synchronization) Create a newProgressiveClientFuture
instance with the assignedClientSynchronization
.