Package org.gcube.common.clients.delegates

Interface Summary
Callback<V> Asynchronous Call listeners.
ProxyDelegate<S> Makes Calls to service endpoints on behalf a service proxy.
ProxyPlugin<A,S,P> Provides information to customise the strategy of a ProxyDelegate.
 

Class Summary
AbstractDelegate<A,S,C extends ProxyConfig<A,S>> Partial implementation of ProxyDelegates
AsyncProxyDelegate<S> A ProxyDelegate that delivers the outcome of Calls asynchronously, either through polling or notifications.
DirectDelegate<A,S> A ProxyDelegate that sends Calls to service endpoints at known addresses.
DiscoveryDelegate<A,S> A ProxyDelegate that discovers service endpoints.
MockDelegate<S> A ProxyDelegate for mock testing.
 

Annotation Types Summary
Unrecoverable Specified on Call.call(Object) to short-circuit endpoint iteration in the interaction strategy of DiscoveryDelegates.
 



Copyright © 2013. All Rights Reserved.