| Package | Description |
|---|---|
| io.dropwizard.health | |
| io.dropwizard.health.response | |
| io.dropwizard.setup |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultHealthFactory.configure(LifecycleEnvironment lifecycle,
ServletEnvironment servlets,
JerseyEnvironment jersey,
HealthEnvironment health,
com.fasterxml.jackson.databind.ObjectMapper mapper,
String name) |
void |
HealthFactory.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdminEnvironment
The administrative environment of a Dropwizard application.
|
| Modifier and Type | Method and Description |
|---|---|
ServletEnvironment |
Environment.servlets()
Returns the application's
ServletEnvironment. |
Copyright © 2011. All rights reserved.