Package-level declarations

Types

Link copied to clipboard
open class PingHealthCheck : HealthCheck

A simple HealthCheck that always returns healthy

Link copied to clipboard
open class VersionHealthCheck : HealthCheck

A simple HealthCheck that returns runtime version information

Properties

Link copied to clipboard
private val log: KLogger