Class EurekaApplicationsHealthContributor
Inheritance
System.Object
EurekaApplicationsHealthContributor
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaApplicationsHealthContributor : IHealthContributor
Constructors
|
Edit this page
View Source
EurekaApplicationsHealthContributor(EurekaDiscoveryClient, ILogger<EurekaApplicationsHealthContributor>)
Declaration
public EurekaApplicationsHealthContributor(EurekaDiscoveryClient discoveryClient, ILogger<EurekaApplicationsHealthContributor> 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
Health()
Declaration
public HealthCheckResult Health()
Returns
Type |
Description |
HealthCheckResult |
|