build

Build a new SimpleAsyncTaskExecutor instance and configure it using this builder.

Return

a configured SimpleAsyncTaskExecutor instance.

See also


open fun <T : SimpleAsyncTaskExecutor?> build(taskExecutorClass: Class<T>): T

Build a new SimpleAsyncTaskExecutor instance of the specified type and configure it using this builder.

Return

a configured SimpleAsyncTaskExecutor instance.

Parameters

<T>

the type of task executor

taskExecutorClass

the template type to create

See also