| Package | Description |
|---|---|
| io.dropwizard.health | |
| io.dropwizard.health.response |
| Modifier and Type | Method and Description |
|---|---|
void |
HealthFactory.configure(LifecycleEnvironment lifecycle,
ServletEnvironment servlets,
JerseyEnvironment jersey,
HealthEnvironment health,
com.fasterxml.jackson.databind.ObjectMapper mapper,
String name) |
void |
DefaultHealthFactory.configure(LifecycleEnvironment lifecycle,
ServletEnvironment servlets,
JerseyEnvironment jersey,
HealthEnvironment health,
com.fasterxml.jackson.databind.ObjectMapper mapper,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServletHealthResponderFactory.configure(String name,
Collection<String> healthCheckUrlPaths,
HealthResponseProvider healthResponseProvider,
HealthEnvironment health,
JerseyEnvironment jersey,
ServletEnvironment servlets,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
void |
HealthResponderFactory.configure(String name,
Collection<String> healthCheckUrlPaths,
HealthResponseProvider healthResponseProvider,
HealthEnvironment health,
JerseyEnvironment jersey,
ServletEnvironment servlets,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Configures a health responder for responding to health check requests (e.g.
|
Copyright © 2011. All rights reserved.