@FunctionalInterface public interface HealthCheckFilter
| Modifier and Type | Field and Description |
|---|---|
static HealthCheckFilter |
ALL
Matches all health checks, regardless of type or name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String name,
HealthCheck healthCheck)
Returns
true if the health check matches the filter; false otherwise. |
static final HealthCheckFilter ALL
boolean matches(String name, HealthCheck healthCheck)
true if the health check matches the filter; false otherwise.name - the health check's namehealthCheck - the health checktrue if the health check matches the filterCopyright © 2021. All rights reserved.