public class NonHeapMemoryHealthCheck extends AbstractHeapMemoryHealthCheck
@Produces
@ApplicationScoped
@Liveness
HealthCheck check1() {
return new NonHeapMemoryHealthCheck();
}
| Constructor and Description |
|---|
NonHeapMemoryHealthCheck() |
NonHeapMemoryHealthCheck(double maxPercentage) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.health.HealthCheckResponse |
call() |
getHealthCheckResponseCopyright © 2018–2022. All rights reserved.