additionalCustomizers
open fun additionalCustomizers(customizers: Array<SimpleAsyncTaskSchedulerCustomizer>): SimpleAsyncTaskSchedulerBuilder
Add customizers that should be applied to the SimpleAsyncTaskScheduler. Customizers are applied in the order that they were added after builder configuration has been applied.
Return
a new builder instance
Parameters
customizers
the customizers to add
See also
open fun additionalCustomizers(customizers: Iterable<out SimpleAsyncTaskSchedulerCustomizer>): SimpleAsyncTaskSchedulerBuilder
Add customizers that should be applied to the SimpleAsyncTaskScheduler. Customizers are applied in the order that they were added after builder configuration has been applied.
Return
a new builder instance
Parameters
customizers
the customizers to add