22.99. Interface IHealthCheckProvider

Namespace: ArmoniK.Core.Base
Assembly: ArmoniK.Core.Base.dll

Represents a simpler health check than .

public interface IHealthCheckProvider

22.99.1. Methods

22.99.1.1. Check(HealthCheckTag)

Checks the status of a class for the given health check type.

Task<HealthCheckResult> Check(HealthCheckTag tag)

22.99.1.1.1. Parameters

tag HealthCheckTag

Health check for which the class has to answer.

22.99.1.1.2. Returns

Task<HealthCheckResult>

The result of the check containing the status of the class for the health check type.