Interface MetricQueryServiceRetriever
- All Known Implementing Classes:
RpcMetricQueryServiceRetriever
public interface MetricQueryServiceRetriever
Retriever for
MetricQueryServiceGateway.-
Method Summary
Modifier and TypeMethodDescriptionretrieveService(String rpcServiceAddress) Retrieves for the given query service address aMetricQueryServiceGateway.
-
Method Details
-
retrieveService
Retrieves for the given query service address aMetricQueryServiceGateway.- Parameters:
rpcServiceAddress- under which the QueryService can be reached- Returns:
- Future containing the resolved QueryServiceGateway
-