Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api.metrics
/
HealthzConfig
Healthz
Config
@
Serializable
data
class
HealthzConfig
(
var
host
:
InetAddress
?
=
InetAddress.getLoopbackAddress()
,
var
port
:
Int
=
0
)
Members
Constructors
Healthz
Config
Link copied to clipboard
constructor
(
host
:
InetAddress
?
=
InetAddress.getLoopbackAddress()
,
port
:
Int
=
0
)
Properties
host
Link copied to clipboard
var
host
:
InetAddress
?
port
Link copied to clipboard
var
port
:
Int
Functions
host
Link copied to clipboard
fun
host
(
host
:
InetAddress
?
)
:
HealthzConfig
port
Link copied to clipboard
fun
port
(
port
:
Int
)
:
HealthzConfig