Class AsyncHealthCheckDecorator

java.lang.Object
io.dropwizard.metrics5.health.AsyncHealthCheckDecorator
All Implemented Interfaces:
HealthCheck, Runnable

public class AsyncHealthCheckDecorator extends Object implements HealthCheck, Runnable
A health check decorator to manage asynchronous executions.
  • Method Details