CompositeHealthIndicator.CompositeHealthIndicator(HealthAggregator, HealthIndicatorRegistry)
@Deprecated public class CompositeHealthIndicatorFactory extends Object
CompositeHealthIndicator
.Constructor and Description |
---|
CompositeHealthIndicatorFactory()
Deprecated.
|
CompositeHealthIndicatorFactory(Function<String,String> healthIndicatorNameFactory)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompositeHealthIndicator |
createHealthIndicator(HealthAggregator healthAggregator,
Map<String,HealthIndicator> healthIndicators)
Deprecated.
Create a
CompositeHealthIndicator based on the specified health indicators. |
public CompositeHealthIndicatorFactory()
public CompositeHealthIndicator createHealthIndicator(HealthAggregator healthAggregator, Map<String,HealthIndicator> healthIndicators)
CompositeHealthIndicator
based on the specified health indicators.healthAggregator
- the HealthAggregator
healthIndicators
- the HealthIndicator
instances mapped by nameHealthIndicator
that delegates to the specified
healthIndicators
.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.