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
  • Method Summary

    Modifier and Type
    Method
    Description
    submit(Query query)
    Submits a Query for remote execution and returns a list of typed results.