クラスの使用 
org.springframework.boot.task.SimpleAsyncTaskExecutorBuilder
SimpleAsyncTaskExecutorBuilder を使用するパッケージ 
- org.springframework.boot.task 内の SimpleAsyncTaskExecutorBuilder 使用修飾子と型メソッド説明SimpleAsyncTaskExecutorBuilder.- additionalCustomizers- (IterableSE<? extends SimpleAsyncTaskExecutorCustomizer> customizers) - SimpleAsyncTaskExecutorに適用する必要がある- customizersを追加します。SimpleAsyncTaskExecutorBuilder.- additionalCustomizers- (SimpleAsyncTaskExecutorCustomizer... customizers) - SimpleAsyncTaskExecutorに適用する必要がある- customizersを追加します。SimpleAsyncTaskExecutorBuilder.- concurrencyLimit- (IntegerSE concurrencyLimit) 同時実行制限を設定します。SimpleAsyncTaskExecutorBuilder.- customizers- (IterableSE<? extends SimpleAsyncTaskExecutorCustomizer> customizers) - SimpleAsyncTaskExecutorに適用する- customizersを設定します。SimpleAsyncTaskExecutorBuilder.- customizers- (SimpleAsyncTaskExecutorCustomizer... customizers) - SimpleAsyncTaskExecutorに適用する- customizersを設定します。SimpleAsyncTaskExecutorBuilder.- rejectTasksWhenLimitReached- (boolean rejectTasksWhenLimitReached) 同時実行制限に達したときにタスクを拒否するかどうかを設定します。SimpleAsyncTaskExecutorBuilder.- taskDecorator- (TaskDecorator taskDecorator) - TaskDecoratorを使用するように設定するか、- nullを使用しないように設定します。SimpleAsyncTaskExecutorBuilder.- taskTerminationTimeout- (DurationSE taskTerminationTimeout) タスク終了タイムアウトを設定します。SimpleAsyncTaskExecutorBuilder.- threadNamePrefix- (StringSE threadNamePrefix) 新しく作成されたスレッドの名前に使用する接頭辞を設定します。SimpleAsyncTaskExecutorBuilder.- virtualThreads- (BooleanSE virtualThreads) 仮想スレッドを使用するかどうかを設定します。