vertx / io.vertx.core / VertxOptions / setMaxEventLoopExecuteTime

setMaxEventLoopExecuteTime

open fun setMaxEventLoopExecuteTime(maxEventLoopExecuteTime: Long): VertxOptions

Sets the value of max event loop execute time, in ns.

Parameters

maxEventLoopExecuteTime - the value of max event loop execute time, in ns.

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