Package org.gcube.common.clients.delegates
package org.gcube.common.clients.delegates
-
ClassDescriptionAbstractDelegate<A,
S, C extends ProxyConfig<A, S>> Partial implementation ofProxyDelegatesAProxyDelegatethat delivers the outcome ofCalls asynchronously, either through polling or notifications.Callback<V>AsynchronousCalllisteners.DirectDelegate<A,S> AProxyDelegatethat sendsCalls to service endpoints at known addresses.DiscoveryDelegate<A,S> AProxyDelegatethat discovers service endpoints.MockDelegate<S>AProxyDelegatefor mock testing.MakesCalls to service endpoints on behalf a service proxy.ProxyPlugin<A,S, P> Provides information to customise the strategy of aProxyDelegate.Specified onCall.call(Object)to short-circuit endpoint iteration in the interaction strategy ofDiscoveryDelegates.