| Modifier and Type | Method and Description |
|---|---|
ServiceRegistration.EndpointHealthCheck |
ServiceRegistration.Endpoint.getHealthCheck() |
static ServiceRegistration.EndpointHealthCheck |
ServiceRegistration.EndpointHealthCheck.newHttpCheck(String path) |
static ServiceRegistration.EndpointHealthCheck |
ServiceRegistration.EndpointHealthCheck.newTcpCheck() |
| Modifier and Type | Method and Description |
|---|---|
ServiceRegistration.Builder |
ServiceRegistration.Builder.endpoint(String name,
String protocol,
int port,
String domain,
String host,
List<String> tags,
ServiceRegistration.EndpointHealthCheck healthCheck) |
| Constructor and Description |
|---|
Endpoint(String name,
String protocol,
int port,
String domain,
String host,
List<String> tags,
ServiceRegistration.EndpointHealthCheck healthCheck) |
Copyright © 2015. All rights reserved.