vertx / io.vertx.core / VertxOptions / setMaxWorkerExecuteTime

setMaxWorkerExecuteTime

open fun setMaxWorkerExecuteTime(maxWorkerExecuteTime: Long): VertxOptions

Sets the value of max worker execute time, in ns.

Parameters

maxWorkerExecuteTime - the value of max worker execute time, in ns.

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