ReadinessCheckResultRenderer

Renders the results of a readiness check

Inheritors

Properties

Link copied to clipboard
abstract val contentType: ContentType

Functions

Link copied to clipboard
fun HttpHandler.asK8sServer(serverConfig: (port: Int) -> ServerConfig, env: Environment = ENV, healthApp: HttpHandler = Health()): Http4kK8sServer
fun HttpHandler.asK8sServer(serverConfig: (port: Int) -> ServerConfig, port: Int = 8000, healthApp: HttpHandler = Health(), healthPort: Int = 8001): Http4kK8sServer
Link copied to clipboard
Link copied to clipboard
abstract operator fun invoke(p1: ReadinessCheckResult): String