Add a CRL path
Add a CRL value
Add an enabled cipher suite, appended to the ordered suites.
Sets the list of enabled SSL/TLS protocols.
Set the accept back log.
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
Set whether client auth is required
Set information about this node when Vert.x is clustered.
The data may be used by the {@link NodeSelector} to select a node for a given message. For example, it could be used to implement a partioning strategy.
The default {@link NodeSelector} does not use the node metadata.
Set the value of cluster ping interval, in ms.
Set the value of cluster ping reply interval, in ms.
Set 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.
See EventBusOptions for an explanation.
Sets the connect timeout
Add a CRL path
Add a CRL value
Add an enabled cipher suite, appended to the ordered suites.
Sets the list of enabled SSL/TLS protocols.
Sets the host. Defaults to null
.
When the clustered eventbus starts, it tries to bind to the provided host
.
If host
is null
, then it tries to bind to the same host as the underlying cluster manager.
As a last resort, an address will be picked among the available network interfaces.
Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received nor sent within the timeout.
If you want change default time unit, use EventBusOptions
Set the idle timeout unit. If not specified, default is seconds.
Set the key/cert options in jks format, aka Java keystore.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the key/cert store options in pem format.
Set the trust options in pem format
Set the key/cert options in pfx format.
Set the trust options in pfx format
Sets the port.
Set the read idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.
If you want change default time unit, use EventBusOptions
Set the TCP receive buffer size
Sets the value of reconnect attempts.
Set the reconnect interval.
Set the TCP send buffer size
Set whether SO_linger keep alive is enabled
Set to use SSL engine implementation to use.
Set the SSL handshake timeout, default time unit is seconds.
Set the SSL handshake timeout unit. If not specified, default is seconds.
Sets the TCP_USER_TIMEOUT
option - only with linux native transport.
Set the value of traffic class
Set the trust options.
Set the trust options in jks format, aka Java truststore
Set the write idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is sent within the timeout.
If you want change default time unit, use EventBusOptions
Set the value of reuse address
Set the value of reuse port.
This is only supported by native transports.Set whether SSL/TLS is enabled
Enable the TCP_CORK
option - only with linux native transport.
Enable the TCP_FASTOPEN
option - only with linux native transport.
Set whether TCP keep alive is enabled
Set whether TCP no delay is enabled
Enable the TCP_QUICKACK
option - only with linux native transport.
Set whether all server certificates should be trusted.
Set the ALPN usage.
Set the accept back log.
Set the value of Netty's logging handler's data format: Netty's pipeline is configured for logging on Netty's logger.
Set whether client auth is required
Set information about this node when Vert.x is clustered.
The data may be used by the {@link NodeSelector} to select a node for a given message. For example, it could be used to implement a partioning strategy.
The default {@link NodeSelector} does not use the node metadata.
Set the value of cluster ping interval, in ms.
Set the value of cluster ping reply interval, in ms.
Set 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.
See EventBusOptions for an explanation.
Sets the connect timeout
Sets the list of enabled SSL/TLS protocols.
Sets the host. Defaults to null
.
When the clustered eventbus starts, it tries to bind to the provided host
.
If host
is null
, then it tries to bind to the same host as the underlying cluster manager.
As a last resort, an address will be picked among the available network interfaces.
Set the idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received nor sent within the timeout.
If you want change default time unit, use EventBusOptions
Set the idle timeout unit. If not specified, default is seconds.
Set the key/cert options in jks format, aka Java keystore.
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
Set the key/cert store options in pem format.
Set the trust options in pem format
Set the key/cert options in pfx format.
Set the trust options in pfx format
Sets the port.
Set the read idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is received within the timeout.
If you want change default time unit, use EventBusOptions
Set the TCP receive buffer size
Sets the value of reconnect attempts.
Set the reconnect interval.
Set the value of reuse address
Set the value of reuse port.
This is only supported by native transports.Set the TCP send buffer size
Set whether SO_linger keep alive is enabled
Set whether SSL/TLS is enabled
Set to use SSL engine implementation to use.
Set the SSL handshake timeout, default time unit is seconds.
Set the SSL handshake timeout unit. If not specified, default is seconds.
Enable the TCP_CORK
option - only with linux native transport.
Enable the TCP_FASTOPEN
option - only with linux native transport.
Set whether TCP keep alive is enabled
Set whether TCP no delay is enabled
Enable the TCP_QUICKACK
option - only with linux native transport.
Sets the TCP_USER_TIMEOUT
option - only with linux native transport.
Set the value of traffic class
Set whether all server certificates should be trusted.
Set the trust options.
Set the trust options in jks format, aka Java truststore
Set the ALPN usage.
Set the write idle timeout, default time unit is seconds. Zero means don't timeout. This determines if a connection will timeout and be closed if no data is sent within the timeout.
If you want change default time unit, use EventBusOptions
Generated using TypeDoc
Options to configure the event bus.