Interface IHealthRegistrationsAggregator
- Namespace
- Steeltoe.Management.Endpoint.Health
- Assembly
- Steeltoe.Management.EndpointCore.dll
public interface IHealthRegistrationsAggregator : IHealthAggregator
- Inherited Members
Methods
Aggregate(IList<IHealthContributor>, ICollection<HealthCheckRegistration>, IServiceProvider)
HealthCheckResult Aggregate(IList<IHealthContributor> contributors, ICollection<HealthCheckRegistration> healthCheckRegistrations, IServiceProvider serviceProvider)
Parameters
contributors
IList<IHealthContributor>healthCheckRegistrations
ICollection<HealthCheckRegistration>serviceProvider
IServiceProvider