Interface DiscoveryClient<R>

  • Type Parameters:
    R - the type of query results
    All Known Implementing Classes:
    DelegateClient

    public interface DiscoveryClient<R>
    Local interface for resource discovery.

    Submits Querys for remote execution and returns a list of typed results.

    Author:
    Fabio Simeoni