Uses of Class
io.dropwizard.health.HealthCheckConfiguration
-
Packages that use HealthCheckConfiguration Package Description io.dropwizard.health -
-
Uses of HealthCheckConfiguration in io.dropwizard.health
Methods in io.dropwizard.health that return types with arguments of type HealthCheckConfiguration Modifier and Type Method Description List<HealthCheckConfiguration>DefaultHealthFactory. getHealthCheckConfigurations()Method parameters in io.dropwizard.health with type arguments of type HealthCheckConfiguration Modifier and Type Method Description voidDefaultHealthFactory. setHealthCheckConfigurations(List<HealthCheckConfiguration> healthChecks)
-