Table of Contents

Interface IHealthAggregator

Namespace
Steeltoe.Common.HealthChecks
Assembly
Steeltoe.Common.dll
public interface IHealthAggregator

Methods

AggregateAsync(ICollection<IHealthContributor>, ICollection<HealthCheckRegistration>, IServiceProvider, CancellationToken)

Task<HealthCheckResult> AggregateAsync(ICollection<IHealthContributor> contributors, ICollection<HealthCheckRegistration> healthCheckRegistrations, IServiceProvider serviceProvider, CancellationToken cancellationToken)

Parameters

contributors ICollection<IHealthContributor>
healthCheckRegistrations ICollection<HealthCheckRegistration>
serviceProvider IServiceProvider
cancellationToken CancellationToken

Returns

Task<HealthCheckResult>