Table of Contents

Interface IHealthRegistrationsAggregator

Namespace
Steeltoe.Management.Endpoint.Health
Assembly
Steeltoe.Management.EndpointCore.dll
public interface IHealthRegistrationsAggregator : IHealthAggregator
Inherited Members

Methods

Aggregate(IList<IHealthContributor>, IOptionsMonitor<HealthCheckServiceOptions>, IServiceProvider)

HealthCheckResult Aggregate(IList<IHealthContributor> contributors, IOptionsMonitor<HealthCheckServiceOptions> healthServiceOptions, IServiceProvider serviceProvider)

Parameters

contributors IList<IHealthContributor>
healthServiceOptions IOptionsMonitor<HealthCheckServiceOptions>
serviceProvider IServiceProvider

Returns

HealthCheckResult