api

http4k / org.http4k.cloudnative.health / ReadinessCheck

ReadinessCheck

interface ReadinessCheck : () -> ReadinessCheckResult

A Readiness check is used to determine if the pod is ready to receive traffic. An example is to test if the app can talk to it’s database.

Properties

Name Summary
name abstract val name: String