VertxOptions

Instances of this class are used to configure link instances.
Name Type Description

eventLoopPoolSize

Number

Set the number of event loop threads to be used by the Vert.x instance.

workerPoolSize

Number

Set the maximum number of worker threads to be used by the Vert.x instance.

clustered

Boolean

Set whether or not the Vert.x instance will be clustered.

clusterHost

String

Set the hostname to be used for clustering.

clusterPort

Number

Set the port to be used for clustering.

clusterPingInterval

Number

Set the value of cluster ping interval, in ms.

clusterPingReplyInterval

Number

Set the value of cluster ping reply interval, in ms.

blockedThreadCheckPeriod

Number

Sets the value of blocked thread check period, in ms.

maxEventLoopExecuteTime

Number

Sets the value of max event loop execute time, in ns.

maxWorkerExecuteTime

Number

Sets the value of max worker execute time, in ns.

internalBlockingPoolSize

Number

Set the value of internal blocking pool size

haEnabled

Boolean

Set whether HA will be enabled on the Vert.x instance.

quorumSize

Number

Set the quorum size to be used when HA is enabled.

haGroup

String

Set the HA group to be used when HA is enabled.

metricsOptions

MetricsOptions

Set the metrics options