Home / Type/ ThreadPoolTaskSchedulerCustomizer Type — spring-boot Architecture

ThreadPoolTaskSchedulerCustomizer Type — spring-boot Architecture

Architecture documentation for the ThreadPoolTaskSchedulerCustomizer type/interface in ThreadPoolTaskSchedulerCustomizer.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/task/ThreadPoolTaskSchedulerCustomizer.java lines 27–36

@FunctionalInterface
public interface ThreadPoolTaskSchedulerCustomizer {

	/**
	 * Callback to customize a {@link ThreadPoolTaskScheduler} instance.
	 * @param taskScheduler the task scheduler to customize
	 */
	void customize(ThreadPoolTaskScheduler taskScheduler);

}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free