Not for user extension
Attributes
- Companion
- object
- Source
- HealthChecks.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Returns Future(true) to indicate that the process is alive but does not mean that it is ready to receive traffic e.g. is has not joined the cluster or is loading initial state from a database
Returns Future(true) to indicate that the process is alive but does not mean that it is ready to receive traffic e.g. is has not joined the cluster or is loading initial state from a database
Attributes
- Source
- HealthChecks.scala
Returns Future(result) containing the system's liveness result
Returns Future(true) if the system is ready to receive user traffic
Returns Future(true) if the system is ready to receive user traffic
Attributes
- Source
- HealthChecks.scala
Returns Future(result) containing the system's readiness result
Returns Future(result) containing the system's readiness result
Attributes
- Source
- HealthChecks.scala
Returns Future(true) if the system has started
Returns Future(result) containing the system's startup result