HealthzConfig

@Serializable
data class HealthzConfig(var host: InetAddress? = InetAddress.getLoopbackAddress(), var port: Int = 0)

Constructors

Link copied to clipboard
constructor(host: InetAddress? = InetAddress.getLoopbackAddress(), port: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
var port: Int

Functions

Link copied to clipboard
Link copied to clipboard
fun port(port: Int): HealthzConfig