public class HealthCheckTimeoutExecutionOptions extends HealthCheckExecutionOptions
| Constructor and Description |
|---|
HealthCheckTimeoutExecutionOptions(boolean enabled,
long time,
TimeUnit unit,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimeout()
The timeout for getting a response from the remove server
|
getTime, getUnit, isEnabled, setEnabled, setTime, setUnitpublic HealthCheckTimeoutExecutionOptions(boolean enabled,
long time,
TimeUnit unit,
long timeout)
Copyright © 2019. All rights reserved.