Class ConfigServerHealthContributor
Inheritance
System.Object
ConfigServerHealthContributor
Assembly: Steeltoe.Extensions.Configuration.ConfigServerBase.dll
Syntax
public class ConfigServerHealthContributor : IHealthContributor
Constructors
|
Edit this page
View Source
ConfigServerHealthContributor(IConfiguration, ILogger<ConfigServerHealthContributor>)
Declaration
public ConfigServerHealthContributor(IConfiguration configuration, ILogger<ConfigServerHealthContributor> logger = null)
Parameters
Properties
|
Edit this page
View Source
Id
Declaration
public string Id { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
GetHealthContributor(IConfiguration, ILogger<ConfigServerHealthContributor>)
Declaration
public static IHealthContributor GetHealthContributor(IConfiguration configuration, ILogger<ConfigServerHealthContributor> logger = null)
Parameters
Returns
Type |
Description |
IHealthContributor |
|
|
Edit this page
View Source
Health()
Declaration
public HealthCheckResult Health()
Returns
Type |
Description |
HealthCheckResult |
|