| Interface | Description |
|---|---|
| ServiceDiscoveryAsyncClient |
Service client for accessing ServiceDiscovery asynchronously.
|
| ServiceDiscoveryAsyncClientBuilder |
A builder for creating an instance of
ServiceDiscoveryAsyncClient. |
| ServiceDiscoveryBaseClientBuilder<B extends ServiceDiscoveryBaseClientBuilder<B,C>,C> |
This includes configuration specific to ServiceDiscovery that is supported by both
ServiceDiscoveryClientBuilder and ServiceDiscoveryAsyncClientBuilder. |
| ServiceDiscoveryClient |
Service client for accessing ServiceDiscovery.
|
| ServiceDiscoveryClientBuilder |
A builder for creating an instance of
ServiceDiscoveryClient. |
| ServiceDiscoveryServiceClientConfiguration.Builder |
A builder for creating a
ServiceDiscoveryServiceClientConfiguration |
| Class | Description |
|---|---|
| ServiceDiscoveryServiceClientConfiguration |
Class to expose the service client settings to the user.
|
With Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your microservice applications run in. When an instance becomes available, you can call the Cloud Map API to register the instance with Cloud Map. For public or private DNS namespaces, Cloud Map automatically creates DNS records and an optional health check. Clients that submit public or private DNS queries, or HTTP requests, for the service receive an answer that contains up to eight healthy records.
Copyright © 2023. All rights reserved.