Uses of Interface
org.apache.qpid.protonj2.client.futures.ClientSynchronization
-
Packages that use ClientSynchronization Package Description org.apache.qpid.protonj2.client.futures -
-
Uses of ClientSynchronization in org.apache.qpid.protonj2.client.futures
Fields in org.apache.qpid.protonj2.client.futures declared as ClientSynchronization Modifier and Type Field Description protected ClientSynchronization<V>
ClientFuture. synchronization
Methods in org.apache.qpid.protonj2.client.futures with parameters of type ClientSynchronization Modifier and Type Method Description abstract <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 ClientSynchronization Constructor Description BalancedClientFuture(ClientSynchronization<V> synchronization)
Create a newBalancedClientFuture
instance with the assignedClientSynchronization
.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
.
-