Interface used to define readiness and liveness checks of a Kepler application.
Namespace: Relativity.Kepler.Services
Assembly: Relativity.Kepler (in Relativity.Kepler.dll) Version: local build
Syntax
C#
public interface IProbes
The IProbes type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | RetryAfter | TimeSpan indicating the time to retry after if calling IsReady returns false.
|
Methods
Name | Description | |
---|---|---|
![]() | IsLiveAsync |
Returns true if the the application is alive.
|
![]() | IsReadyAsync |
Returns true when the application is ready to start servicing requests.
|
Remarks
See Also