| Package | Description |
|---|---|
| io.dropwizard.health.response |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonHealthResponseProvider |
| Modifier and Type | Method and Description |
|---|---|
HealthResponseProvider |
HealthResponseProviderFactory.build(HealthStatusChecker healthStatusChecker,
HealthStateAggregator healthStateAggregator,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Configures a health responder for responding to health check requests (e.g.
|
HealthResponseProvider |
JsonHealthResponseProviderFactory.build(HealthStatusChecker healthStatusChecker,
HealthStateAggregator healthStateAggregator,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
ServletHealthResponderFactory.configure(String name,
Collection<String> healthCheckUrlPaths,
HealthResponseProvider healthResponseProvider,
HealthEnvironment health,
JerseyEnvironment jersey,
ServletEnvironment servlets,
com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Constructor and Description |
|---|
ServletHealthResponder(HealthResponseProvider healthResponseProvider,
boolean cacheControlEnabled,
String cacheControlValue) |
Copyright © 2011. All rights reserved.