public class ThreadHealthCheck extends Object implements org.eclipse.microprofile.health.HealthCheck
@Produces
@ApplicationScoped
@Liveness
HealthCheck check1() {
return new ThreadHealthCheck(9999999L);
}
| Constructor and Description |
|---|
ThreadHealthCheck(long maxThreadCount) |
Copyright © 2018–2022. All rights reserved.