public static class ServiceRegistration.EndpointHealthCheck extends Object
| Constructor and Description |
|---|
EndpointHealthCheck(String type,
String path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
String |
getType() |
static ServiceRegistration.EndpointHealthCheck |
newHttpCheck(String path) |
static ServiceRegistration.EndpointHealthCheck |
newTcpCheck() |
String |
toString() |
public static final String HTTP
public static final String TCP
public String getType()
public String getPath()
public static ServiceRegistration.EndpointHealthCheck newHttpCheck(String path)
public static ServiceRegistration.EndpointHealthCheck newTcpCheck()
Copyright © 2015. All rights reserved.