public class ExecHealthCheck extends HealthCheck
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecHealthCheck.Builder |
EXEC, HTTP, TCP| Constructor and Description |
|---|
ExecHealthCheck(List<String> command) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getCommand() |
int |
hashCode() |
static ExecHealthCheck |
of(List<String> command) |
static ExecHealthCheck |
of(String... command) |
String |
toString() |
getType, newExecHealthCheck, newHttpHealthCheck, newTcpHealthCheckparse, parse, toJsonBytes, toJsonStringpublic static ExecHealthCheck of(String... command)
public static ExecHealthCheck of(List<String> command)
public String toString()
toString in class HealthCheckCopyright © 2017. All rights reserved.