VertxOptions

io.vertx.scala.core.`package`.VertxOptions
object VertxOptions

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(json: JsonObject): VertxOptions
def apply(addressResolverOptions: AddressResolverOptions, blockedThreadCheckInterval: Long, blockedThreadCheckIntervalUnit: TimeUnit, disableTCCL: Boolean, eventBusOptions: EventBusOptions, eventLoopPoolSize: Integer, fileSystemOptions: FileSystemOptions, haEnabled: Boolean, haGroup: String, internalBlockingPoolSize: Integer, maxEventLoopExecuteTime: Long, maxEventLoopExecuteTimeUnit: TimeUnit, maxWorkerExecuteTime: Long, maxWorkerExecuteTimeUnit: TimeUnit, metricsOptions: MetricsOptions, preferNativeTransport: Boolean, quorumSize: Integer, tracingOptions: TracingOptions, useDaemonThread: Boolean, warningExceptionTime: Long, warningExceptionTimeUnit: TimeUnit, workerPoolSize: Integer): VertxOptions