public interface HealthCheckConfigMixin
HealthCheckConfig.| Modifier and Type | Interface and Description |
|---|---|
static interface |
HealthCheckConfigMixin.Builder
A builder of
HealthCheckConfigMixins. |
| Modifier and Type | Method and Description |
|---|---|
String |
getUri() |
int |
healthyThreshold() |
long |
intervalMillis() |
boolean |
isEnabled() |
long |
timeoutMillis() |
int |
unhealthyThreshold() |
String getUri()
long intervalMillis()
long timeoutMillis()
int healthyThreshold()
int unhealthyThreshold()
boolean isEnabled()
Copyright © 2013–2020 Hotels.com. All rights reserved.