H - the health indicator typeS - the bean source typeCompositeHealthContributorConfiguration@Deprecated
public abstract class CompositeHealthIndicatorConfiguration<H extends org.springframework.boot.actuate.health.HealthIndicator,S>
extends java.lang.Object
CompositeHealthIndicator.| Constructor and Description |
|---|
CompositeHealthIndicatorConfiguration()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.boot.actuate.health.HealthIndicator |
createHealthIndicator(java.util.Map<java.lang.String,S> beans)
Deprecated.
|
protected H |
createHealthIndicator(S source)
Deprecated.
|