vertx / io.vertx.core / VertxOptions / setBlockedThreadCheckInterval

setBlockedThreadCheckInterval

open fun setBlockedThreadCheckInterval(blockedThreadCheckInterval: Long): VertxOptions

Sets the value of blocked thread check period, in ms.

Parameters

blockedThreadCheckInterval - the value of blocked thread check period, in ms.

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