spring-framework / org.springframework.jca.work / WorkManagerTaskExecutor / setTaskDecorator

setTaskDecorator

open fun setTaskDecorator(taskDecorator: TaskDecorator): Unit

Specify a custom TaskDecorator to be applied to any Runnable about to be executed.

Note that such a decorator is not necessarily being applied to the user-supplied Runnable/Callable but rather to the actual execution callback (which may be a wrapper around the user-supplied task).

The primary use case is to set some execution context around the task's invocation, or to provide some monitoring/statistics for task execution.

Since
4.3