Java org.springframework.boot.actuate.health CompositeHealthIndicator fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.actuate.health CompositeHealthIndicator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.actuate.health CompositeHealthIndicator.

The text is from its open source code.

Subclass

org.springframework.boot.actuate.health.CompositeHealthIndicator has subclasses.
Click this link to see all its subclasses.

Constructor

CompositeHealthIndicator(HealthAggregator healthAggregator, Map indicators)
Create a new CompositeHealthIndicator from the specified indicators.
CompositeHealthIndicator(HealthAggregator healthAggregator, HealthIndicatorRegistry registry)
Create a new CompositeHealthIndicator from the indicators in the given registry .