configure

open fun <T : ThreadPoolTaskExecutor?> configure(taskExecutor: T): T

Configure the provided ThreadPoolTaskExecutor instance using this builder.

Return

the task executor instance

Parameters

<T>

the type of task executor

taskExecutor

the ThreadPoolTaskExecutor to configure

See also