vertx / io.vertx.ext.unit / TestOptions / setUseEventLoop

setUseEventLoop

open fun setUseEventLoop(useEventLoop: Boolean): TestOptions

Configure the execution to use an event loop when there is no one existing.

Parameters

useEventLoop - the even loop usage

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