SimpleAsyncTaskSchedulerCustomizer Type — spring-boot Architecture
Architecture documentation for the SimpleAsyncTaskSchedulerCustomizer type/interface in SimpleAsyncTaskSchedulerCustomizer.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/task/SimpleAsyncTaskSchedulerCustomizer.java lines 27–36
@FunctionalInterface
public interface SimpleAsyncTaskSchedulerCustomizer {
/**
* Callback to customize a {@link SimpleAsyncTaskScheduler} instance.
* @param taskScheduler the task scheduler to customize
*/
void customize(SimpleAsyncTaskScheduler taskScheduler);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free