public interface HealthCheckerReader extends BaseReader
| Modifier and Type | Method and Description |
|---|---|
String |
getIntervalInSeconds()
Health checker runs in the specified interval time.
|
String |
getTimeoutInSeconds()
Timeout where a server is considered un healthy.
|
String |
getUrl()
Return health checker url
|
acceptString getUrl() throws LbReaderException
LbReaderExceptionString getIntervalInSeconds() throws LbReaderException
LbReaderExceptionString getTimeoutInSeconds() throws LbReaderException
LbReaderExceptionCopyright © 2017. All rights reserved.