public interface DiscoveryLookupClient
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServiceDescriptors> |
getServices(String type) |
com.google.common.util.concurrent.ListenableFuture<ServiceDescriptors> |
getServices(String type,
String pool) |
com.google.common.util.concurrent.ListenableFuture<ServiceDescriptors> |
refreshServices(ServiceDescriptors serviceDescriptors) |
com.google.common.util.concurrent.ListenableFuture<ServiceDescriptors> getServices(String type)
com.google.common.util.concurrent.ListenableFuture<ServiceDescriptors> getServices(String type, String pool)
com.google.common.util.concurrent.ListenableFuture<ServiceDescriptors> refreshServices(ServiceDescriptors serviceDescriptors)
Copyright © 2010–2021 Airlift. All rights reserved.