Home / Type/ ApplicationRunner Type — spring-boot Architecture

ApplicationRunner Type — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot/src/main/java/org/springframework/boot/ApplicationRunner.java lines 32–42

@FunctionalInterface
public interface ApplicationRunner extends Runner {

	/**
	 * Callback used to run the bean.
	 * @param args incoming application arguments
	 * @throws Exception on error
	 */
	void run(ApplicationArguments args) throws Exception;

}

Analyze Your Own Codebase

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

Try Supermodel Free