Uses of Interface
org.gcube.common.clients.Call
-
Packages that use Call Package Description org.gcube.common.clients.delegates -
-
Uses of Call in org.gcube.common.clients.delegates
Methods in org.gcube.common.clients.delegates with parameters of type Call Modifier and Type Method Description <V> VAsyncProxyDelegate. make(Call<S,V> call)<V> VDirectDelegate. make(Call<S,V> call)<V> VDiscoveryDelegate. make(Call<S,V> call)<V> VMockDelegate. make(Call<S,V> call)<V> VProxyDelegate. make(Call<S,V> call)Makes aCallto a given service endpoint.<V> Future<V>AsyncProxyDelegate. makeAsync(Call<S,V> call)<V> Future<V>AsyncProxyDelegate. makeAsync(Call<S,V> call, ExecutorService service)<V> Future<?>AsyncProxyDelegate. makeAsync(Call<S,V> call, Callback<V> callback)<V> Future<?>AsyncProxyDelegate. makeAsync(Call<S,V> call, Callback<V> callback, ExecutorService service)
-