Home / Function/ ApplicationPreparedEvent() — spring-boot Function Reference

ApplicationPreparedEvent() — spring-boot Function Reference

Architecture documentation for the ApplicationPreparedEvent() function in ApplicationPreparedEvent.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c972cd03_a5b3_1de0_1f2c_fe5ae8a29fa9["ApplicationPreparedEvent()"]
  03f72db9_73c0_ad87_732c_d7136faafb06["createPreparedEvent()"]
  03f72db9_73c0_ad87_732c_d7136faafb06 -->|calls| c972cd03_a5b3_1de0_1f2c_fe5ae8a29fa9
  e775247a_9016_b82a_5908_5487d55185f3["onApplicationEventWhenApplicationPreparedEventSwitchesLogs()"]
  e775247a_9016_b82a_5908_5487d55185f3 -->|calls| c972cd03_a5b3_1de0_1f2c_fe5ae8a29fa9
  style c972cd03_a5b3_1de0_1f2c_fe5ae8a29fa9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/event/ApplicationPreparedEvent.java lines 43–47

	public ApplicationPreparedEvent(SpringApplication application, String[] args,
			ConfigurableApplicationContext context) {
		super(application, args);
		this.context = context;
	}

Domain

Subdomains

Frequently Asked Questions

What does ApplicationPreparedEvent() do?
ApplicationPreparedEvent() is a function in the spring-boot codebase.
What calls ApplicationPreparedEvent()?
ApplicationPreparedEvent() is called by 2 function(s): createPreparedEvent, onApplicationEventWhenApplicationPreparedEventSwitchesLogs.

Analyze Your Own Codebase

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

Try Supermodel Free