Class JsonHealthResponseProviderFactory

    • Constructor Detail

      • JsonHealthResponseProviderFactory

        public JsonHealthResponseProviderFactory()
    • Method Detail

      • build

        public HealthResponseProvider build​(HealthStatusChecker healthStatusChecker,
                                            HealthStateAggregator healthStateAggregator,
                                            com.fasterxml.jackson.databind.ObjectMapper mapper)
        Description copied from interface: HealthResponseProviderFactory
        Configures a health responder for responding to health check requests (e.g. from load balancer).
        Specified by:
        build in interface HealthResponseProviderFactory
        Parameters:
        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).