Interface IHealthRegistrationsAggregator
Inherited Members
Steeltoe.Common.HealthChecks.IHealthAggregator.Aggregate(IList<>)
Assembly: Steeltoe.Management.EndpointCore.dll
Syntax
public interface IHealthRegistrationsAggregator : IHealthAggregator
Methods
|
Edit this page
View Source
Aggregate(IList<IHealthContributor>, ICollection<HealthCheckRegistration>, IServiceProvider)
Declaration
HealthCheckResult Aggregate(IList<IHealthContributor> contributors, ICollection<HealthCheckRegistration> healthCheckRegistrations, IServiceProvider serviceProvider)
Parameters
Type |
Name |
Description |
IList<IHealthContributor> |
contributors |
|
ICollection<HealthCheckRegistration> |
healthCheckRegistrations |
|
IServiceProvider |
serviceProvider |
|
Returns