vertx / io.vertx.core / VertxOptions / setEventLoopPoolSize

setEventLoopPoolSize

open fun setEventLoopPoolSize(eventLoopPoolSize: Int): VertxOptions

Set the number of event loop threads to be used by the Vert.x instance.

Parameters

eventLoopPoolSize - the number of threads

Return
a reference to this, so the API can be used fluently