IProbes Interface

Relativity Kepler
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

  NameDescription
Public propertyRetryAfter
TimeSpan indicating the time to retry after if calling IsReady returns false.
Top
Methods

  NameDescription
Public methodIsLiveAsync
Returns true if the the application is alive.
Public methodIsReadyAsync
Returns true when the application is ready to start servicing requests.
Top
Remarks

Probes can only be defined once for an application.
See Also

Reference