Uses of Interface
io.dropwizard.health.response.HealthResponderFactory
Packages that use HealthResponderFactory
-
Uses of HealthResponderFactory in io.dropwizard.health
Methods in io.dropwizard.health that return HealthResponderFactoryMethods in io.dropwizard.health with parameters of type HealthResponderFactoryModifier and TypeMethodDescriptionvoidDefaultHealthFactory.setHealthResponderFactory(HealthResponderFactory healthResponderFactory) -
Uses of HealthResponderFactory in io.dropwizard.health.response
Classes in io.dropwizard.health.response that implement HealthResponderFactoryModifier and TypeClassDescriptionclassA servlet-based implementation ofHealthResponderFactory, to respond to health check requests.