public interface HealthResponseProviderFactory extends Discoverable
HealthResponseProvider
instance used to provide responses to health check requests.JsonHealthResponseProviderFactory
Modifier and Type | Method and Description |
---|---|
HealthResponseProvider |
build(HealthStatusChecker healthStatusChecker,
HealthStateAggregator healthStateAggregator,
com.fasterxml.jackson.databind.ObjectMapper mapper)
Configures a health responder for responding to health check requests (e.g.
|
HealthResponseProvider build(HealthStatusChecker healthStatusChecker, HealthStateAggregator healthStateAggregator, com.fasterxml.jackson.databind.ObjectMapper mapper)
healthStatusChecker
- an interface that exposes the ability to check current status of health.healthStateAggregator
- an interface that exposes the ability to check an aggregate view of all health
states.mapper
- A Jackson object mapper to allow writing JSON responses (if needed).Copyright © 2011. All rights reserved.