PingHealthCheck

open class PingHealthCheck : HealthCheck

A simple HealthCheck that always returns healthy

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun check(): HealthCheck.Result
Link copied to clipboard
protected open fun clock(): Clock
Link copied to clipboard
open fun execute(): HealthCheck.Result