public static enum HealthCheckConfig.HealthCheckConfigValue extends Enum<HealthCheckConfig.HealthCheckConfigValue> implements org.eclipse.ditto.services.utils.config.KnownConfigValue
HealthCheckConfig.| Enum Constant and Description |
|---|
SERVICE_TIMEOUT
The timeout used by the health check for determining the health of a single service.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigPath() |
Object |
getDefaultValue() |
static HealthCheckConfig.HealthCheckConfigValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthCheckConfig.HealthCheckConfigValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthCheckConfig.HealthCheckConfigValue SERVICE_TIMEOUT
public static HealthCheckConfig.HealthCheckConfigValue[] values()
for (HealthCheckConfig.HealthCheckConfigValue c : HealthCheckConfig.HealthCheckConfigValue.values()) System.out.println(c);
public static HealthCheckConfig.HealthCheckConfigValue valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Object getDefaultValue()
getDefaultValue in interface org.eclipse.ditto.services.utils.config.KnownConfigValuepublic String getConfigPath()
getConfigPath in interface org.eclipse.ditto.services.utils.config.WithConfigPathCopyright © 2017–2019 Eclipse Foundation. All rights reserved.