Interface IHealthAggregator
Namespace: Steeltoe.Common.HealthChecks
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public interface IHealthAggregator
Methods
| Edit this page View SourceAggregate(IList<IHealthContributor>)
Declaration
HealthCheckResult Aggregate(IList<IHealthContributor> contributors)
Parameters
Type | Name | Description |
---|---|---|
IList<IHealthContributor> | contributors |
Returns
Type | Description |
---|---|
HealthCheckResult |