Instances of this class are used to configure Vertx instances.
AnythingVertxOptionsBaseDataObjectBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
VertxOptions(AddressResolverOptions? addressResolverOptions = null, Integer? blockedThreadCheckInterval = null, String? clusterHost = null, Integer? clusterPingInterval = null, Integer? clusterPingReplyInterval = null, Integer? clusterPort = null, String? clusterPublicHost = null, Integer? clusterPublicPort = null, Boolean? clustered = null, EventBusOptions? eventBusOptions = null, Integer? eventLoopPoolSize = null, Boolean? haEnabled = null, String? haGroup = null, Integer? internalBlockingPoolSize = null, Integer? maxEventLoopExecuteTime = null, Integer? maxWorkerExecuteTime = null, MetricsOptions? metricsOptions = null, Integer? quorumSize = null, Integer? warningExceptionTime = null, Integer? workerPoolSize = null)Parameters:
|
| Attributes | |
addressResolverOptions | shared AddressResolverOptions? addressResolverOptionsSets the address resolver configuration to configure resolving DNS servers, cache TTL, etc… |
blockedThreadCheckInterval | shared Integer? blockedThreadCheckIntervalSets the value of blocked thread check period, in ms. |
clusterHost | shared String? clusterHostSet the hostname to be used for clustering. |
clusterPingInterval | shared Integer? clusterPingIntervalSet the value of cluster ping interval, in ms. |
clusterPingReplyInterval | shared Integer? clusterPingReplyIntervalSet the value of cluster ping reply interval, in ms. |
clusterPort | shared Integer? clusterPortSet the port to be used for clustering. |
clusterPublicHost | shared String? clusterPublicHostSet the public facing hostname to be used for clustering. Sometimes, e.g. when running on certain clouds, the local address the server listens on for clustering is not the same address that other nodes connect to it at, as the OS / cloud infrastructure does some kind of proxying. If this is the case you can specify a public hostname which is different from the hostname the server listens at. The default value is null which means use the same as the cluster hostname. |
clusterPublicPort | shared Integer? clusterPublicPortSee setClusterPublicHost for an explanation. |
clustered | shared Boolean? clusteredSet whether or not the Vert.x instance will be clustered. |
eventBusOptions | shared EventBusOptions? eventBusOptionsSets the event bus configuration to configure the host, port, ssl… |
eventLoopPoolSize | shared Integer? eventLoopPoolSizeSet the number of event loop threads to be used by the Vert.x instance. |
haEnabled | shared Boolean? haEnabledSet whether HA will be enabled on the Vert.x instance. |
haGroup | shared String? haGroupSet the HA group to be used when HA is enabled. |
internalBlockingPoolSize | shared Integer? internalBlockingPoolSizeSet the value of internal blocking pool size |
maxEventLoopExecuteTime | shared Integer? maxEventLoopExecuteTimeSets the value of max event loop execute time, in ns. |
maxWorkerExecuteTime | shared Integer? maxWorkerExecuteTimeSets the value of max worker execute time, in ns. |
metricsOptions | shared MetricsOptions? metricsOptionsSet the metrics options |
quorumSize | shared Integer? quorumSizeSet the quorum size to be used when HA is enabled. |
warningExceptionTime | shared Integer? warningExceptionTimeSet the threshold value above this, the blocked warning contains a stack trace. |
workerPoolSize | shared Integer? workerPoolSizeSet the maximum number of worker threads to be used by the Vert.x instance. |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |