Rest Health Check Response
data class RestHealthCheckResponse(val name: String, val request: RestRequestResponse, val response: RestResponseResponse? = null)
A REST based health check
Constructors
Link copied to clipboard
fun RestHealthCheckResponse(name: String, request: RestRequestResponse, response: RestResponseResponse? = null)