open fun setEventLoopPoolSize(eventLoopPoolSize: Int): VertxOptions
Set the number of event loop threads to be used by the Vert.x instance.
eventLoopPoolSize - the number of threads
eventLoopPoolSize
Return a reference to this, so the API can be used fluently