Interface IHealthCheckHandler
Used to determine the status of this application instance, before sending it to Eureka.
public interface IHealthCheckHandler
Methods
GetStatusAsync(bool, CancellationToken)
Task<InstanceStatus> GetStatusAsync(bool hasFirstHeartbeatCompleted, CancellationToken cancellationToken)
Parameters
hasFirstHeartbeatCompleted
boolcancellationToken
CancellationToken