EventBusOptions

io.vertx.scala.core.`package`.EventBusOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): EventBusOptions
def apply(acceptBacklog: Integer, activityLogDataFormat: ByteBufFormat, clientAuth: ClientAuth, clusterNodeMetadata: JsonObject, clusterPingInterval: Long, clusterPingReplyInterval: Long, clusterPublicHost: String, clusterPublicPort: Integer, connectTimeout: Integer, enabledSecureTransportProtocols: Set[String], host: String, idleTimeout: Integer, idleTimeoutUnit: TimeUnit, logActivity: Boolean, port: Integer, readIdleTimeout: Integer, receiveBufferSize: Integer, reconnectAttempts: Integer, reconnectInterval: Long, reuseAddress: Boolean, reusePort: Boolean, sendBufferSize: Integer, soLinger: Integer, ssl: Boolean, sslEngineOptions: SSLEngineOptions, sslHandshakeTimeout: Long, sslHandshakeTimeoutUnit: TimeUnit, tcpCork: Boolean, tcpFastOpen: Boolean, tcpKeepAlive: Boolean, tcpKeepAliveCount: Integer, tcpKeepAliveIdleSeconds: Integer, tcpKeepAliveIntervalSeconds: Integer, tcpNoDelay: Boolean, tcpQuickAck: Boolean, tcpUserTimeout: Integer, trafficClass: Integer, trustAll: Boolean, trustOptions: TrustOptions, useAlpn: Boolean, writeIdleTimeout: Integer): EventBusOptions