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