Class DeadlockHealthCheck

  • All Implemented Interfaces:
    org.eclipse.microprofile.health.HealthCheck

    @Health
    @ApplicationScoped
    public final class DeadlockHealthCheck
    extends Object
    implements org.eclipse.microprofile.health.HealthCheck
    A health check that looks for thread deadlocks. Automatically created and registered via CDI. This health check can be referred to in properties as "deadlock". So for example, to exclude this health check from being exposed, use "helidon.health.exclude: deadlock".