Interface MetricQueryServiceRetriever
-
- All Known Implementing Classes:
RpcMetricQueryServiceRetriever
public interface MetricQueryServiceRetriever
Retriever forMetricQueryServiceGateway
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<MetricQueryServiceGateway>
retrieveService(String rpcServiceAddress)
Retrieves for the given query service address aMetricQueryServiceGateway
.
-
-
-
Method Detail
-
retrieveService
CompletableFuture<MetricQueryServiceGateway> retrieveService(String rpcServiceAddress)
Retrieves for the given query service address aMetricQueryServiceGateway
.- Parameters:
rpcServiceAddress
- under which the QueryService can be reached- Returns:
- Future containing the resolved QueryServiceGateway
-
-