vertx / io.vertx.camel / OutboundMapping / setWorkerExecutor

setWorkerExecutor

open fun setWorkerExecutor(pool: WorkerExecutor): OutboundMapping

Sets the worker thread worker used to execute the blocking processing. This option is only used if blocking is set to true. If not set, it uses the the default worker worker.

Parameters

pool - the worker worker on which the code is executed

Return
the current instance of OutboundMapping