Class HealthRegistrationsAggregator
Inherited Members
Steeltoe.Management.Endpoint.Health.DefaultHealthAggregator.Aggregate(IList<>)
Steeltoe.Management.Endpoint.Health.DefaultHealthAggregator.GetKey(ConcurrentBag<>, System.String)
Steeltoe.Management.Endpoint.Health.DefaultHealthAggregator.AddChecksSetStatus(Steeltoe.Common.HealthChecks.HealthCheckResult, ConcurrentDictionary<, >)
Namespace: Steeltoe.Management.Endpoint.Health
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public class HealthRegistrationsAggregator : DefaultHealthAggregator, IHealthRegistrationsAggregator, IHealthAggregator
Methods
| Edit this page View SourceAggregate(IList<IHealthContributor>, ICollection<HealthCheckRegistration>, IServiceProvider)
Declaration
public HealthCheckResult Aggregate(IList<IHealthContributor> contributors, ICollection<HealthCheckRegistration> healthCheckRegistrations, IServiceProvider serviceProvider)
Parameters
Type | Name | Description |
---|---|---|
IList<IHealthContributor> | contributors | |
ICollection<HealthCheckRegistration> | healthCheckRegistrations | |
IServiceProvider | serviceProvider |
Returns
Type | Description |
---|---|
HealthCheckResult |