Class ScopedEurekaHealthCheckHandler
Inheritance
System.Object
ScopedEurekaHealthCheckHandler
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class ScopedEurekaHealthCheckHandler : EurekaHealthCheckHandler, IHealthCheckHandler
Constructors
|
Edit this page
View Source
ScopedEurekaHealthCheckHandler(IServiceScopeFactory, ILogger<ScopedEurekaHealthCheckHandler>)
Declaration
public ScopedEurekaHealthCheckHandler(IServiceScopeFactory scopeFactory, ILogger<ScopedEurekaHealthCheckHandler> logger = null)
Parameters
Methods
|
Edit this page
View Source
GetStatus(InstanceStatus)
Declaration
public override InstanceStatus GetStatus(InstanceStatus currentStatus)
Parameters
Returns
Overrides
Implements