@FunctionalInterface public interface HealthChecker
Server is healthy. All registered HealthCheckers must return
true for the Server to be considered healthy.| Modifier and Type | Method and Description |
|---|---|
boolean |
isHealthy()
Returns
true if and only if the Server is healthy. |
boolean isHealthy()
true if and only if the Server is healthy.Copyright © 2020 LeanCloud. All rights reserved.