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