public class ProxyHealthCheckClient extends java.lang.Object implements HealthCheckClient
| Constructor and Description |
|---|
ProxyHealthCheckClient(java.net.InetSocketAddress proxyAddress,
java.util.function.Supplier<RetryPolicy> retryPolicySupplier)
Creates a proxy health check client.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isServing() |
public ProxyHealthCheckClient(java.net.InetSocketAddress proxyAddress,
java.util.function.Supplier<RetryPolicy> retryPolicySupplier)
proxyAddress - The potential proxy addressretryPolicySupplier - the retry policy supplierpublic boolean isServing()
isServing in interface HealthCheckClientCopyright © 2022. All Rights Reserved.