Uses of Interface
io.dropwizard.health.response.HealthResponderFactory
-
Packages that use HealthResponderFactory Package Description io.dropwizard.health io.dropwizard.health.response -
-
Uses of HealthResponderFactory in io.dropwizard.health
Methods in io.dropwizard.health that return HealthResponderFactory Modifier and Type Method Description HealthResponderFactoryDefaultHealthFactory. getHealthResponderFactory()Methods in io.dropwizard.health with parameters of type HealthResponderFactory Modifier and Type Method Description voidDefaultHealthFactory. setHealthResponderFactory(HealthResponderFactory healthResponderFactory) -
Uses of HealthResponderFactory in io.dropwizard.health.response
Classes in io.dropwizard.health.response that implement HealthResponderFactory Modifier and Type Class Description classServletHealthResponderFactoryA servlet-based implementation ofHealthResponderFactory, to respond to health check requests.
-