customizers
open fun customizers(customizers: Array<SimpleAsyncTaskSchedulerCustomizer>): SimpleAsyncTaskSchedulerBuilder
Set the customizers that should be applied to the SimpleAsyncTaskScheduler. Customizers are applied in the order that they were added after builder configuration has been applied. Setting this value will replace any previously configured customizers.
Return
a new builder instance
Parameters
customizers
the customizers to set
See also
open fun customizers(customizers: Iterable<out SimpleAsyncTaskSchedulerCustomizer>): SimpleAsyncTaskSchedulerBuilder
Set the customizers that should be applied to the SimpleAsyncTaskScheduler. Customizers are applied in the order that they were added after builder configuration has been applied. Setting this value will replace any previously configured customizers.
Return
a new builder instance
Parameters
customizers
the customizers to set