Class DefaultHealthAggregator
Inheritance
System.Object
DefaultHealthAggregator
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class DefaultHealthAggregator : object, IHealthAggregator
Methods
|
Edit this page
View Source
AddChecksSetStatus(HealthCheckResult, ConcurrentDictionary<String, HealthCheckResult>)
Declaration
protected HealthCheckResult AddChecksSetStatus(HealthCheckResult result, ConcurrentDictionary<string, HealthCheckResult> healthChecks)
Parameters
Returns
|
Edit this page
View Source
Aggregate(IList<IHealthContributor>)
Declaration
public HealthCheckResult Aggregate(IList<IHealthContributor> contributors)
Parameters
Returns
|
Edit this page
View Source
GetKey(ConcurrentBag<String>, String)
Declaration
protected static string GetKey(ConcurrentBag<string> keys, string key)
Parameters
Type |
Name |
Description |
ConcurrentBag<System.String> |
keys |
|
System.String |
key |
|
Returns
Type |
Description |
System.String |
|
Implements