VertxOptions
Name | Type | Description |
---|---|---|
|
Set the number of event loop threads to be used by the Vert.x instance. |
|
|
Set the maximum number of worker threads to be used by the Vert.x instance. |
|
|
Set whether or not the Vert.x instance will be clustered. |
|
|
Set the hostname to be used for clustering. |
|
|
Set the port to be used for clustering. |
|
|
Set the value of cluster ping interval, in ms. |
|
|
Set the value of cluster ping reply interval, in ms. |
|
|
Sets the value of blocked thread check period, in ms. |
|
|
Sets the value of max event loop execute time, in ns. |
|
|
Sets the value of max worker execute time, in ns. |
|
|
Set the value of internal blocking pool size |
|
|
Set whether HA will be enabled on the Vert.x instance. |
|
|
Set the quorum size to be used when HA is enabled. |
|
|
Set the HA group to be used when HA is enabled. |
|
Set the metrics options |