ApplicationStartingEvent() — spring-boot Function Reference
Architecture documentation for the ApplicationStartingEvent() function in ApplicationStartingEvent.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD be3bab95_2d77_cc83_e74d_439204d631d0["ApplicationStartingEvent()"] 12663191_9242_dd41_3687_f6a0987d8120["withNoEnvironment()"] 12663191_9242_dd41_3687_f6a0987d8120 -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 02061150_938d_939c_4bbc_e795406d267c["init()"] 02061150_938d_939c_4bbc_e795406d267c -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 29101dd7_b9c1_b3f0_b337_734a62d8205d["throwableFromInitializeResultsInGracefulFailure()"] 29101dd7_b9c1_b3f0_b337_734a62d8205d -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 808283c3_749c_8a4b_ed1b_dbdd3ef344d5["parseArgsDoesntReplace()"] 808283c3_749c_8a4b_ed1b_dbdd3ef344d5 -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 0745f4b8_2725_4afc_f32f_07506321e8d9["shutdownHookIsRegisteredByDefault()"] 0745f4b8_2725_4afc_f32f_07506321e8d9 -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 fbc32e92_043c_f918_5d64_e9f54a5c97ba["shutdownHookRegistrationCanBeDisabled()"] fbc32e92_043c_f918_5d64_e9f54a5c97ba -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 97a6f4f1_e0bd_ef45_5481_f21fe3646032["closingContextCleansUpLoggingSystem()"] 97a6f4f1_e0bd_ef45_5481_f21fe3646032 -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 c473242c_f628_f21c_e566_916cadd4d5e3["closingChildContextDoesNotCleanUpLoggingSystem()"] c473242c_f628_f21c_e566_916cadd4d5e3 -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 1cf169fc_9782_bdb1_fbf9_9e2cce301560["applicationFailedEventCleansUpLoggingSystem()"] 1cf169fc_9782_bdb1_fbf9_9e2cce301560 -->|calls| be3bab95_2d77_cc83_e74d_439204d631d0 style be3bab95_2d77_cc83_e74d_439204d631d0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/context/event/ApplicationStartingEvent.java lines 47–51
public ApplicationStartingEvent(ConfigurableBootstrapContext bootstrapContext, SpringApplication application,
String[] args) {
super(application, args);
this.bootstrapContext = bootstrapContext;
}
Domain
Subdomains
Called By
- applicationFailedEventCleansUpLoggingSystem()
- closingChildContextDoesNotCleanUpLoggingSystem()
- closingContextCleansUpLoggingSystem()
- init()
- parseArgsDoesntReplace()
- shutdownHookIsRegisteredByDefault()
- shutdownHookRegistrationCanBeDisabled()
- throwableFromInitializeResultsInGracefulFailure()
- withNoEnvironment()
Source
Frequently Asked Questions
What does ApplicationStartingEvent() do?
ApplicationStartingEvent() is a function in the spring-boot codebase.
What calls ApplicationStartingEvent()?
ApplicationStartingEvent() is called by 9 function(s): applicationFailedEventCleansUpLoggingSystem, closingChildContextDoesNotCleanUpLoggingSystem, closingContextCleansUpLoggingSystem, init, parseArgsDoesntReplace, shutdownHookIsRegisteredByDefault, shutdownHookRegistrationCanBeDisabled, throwableFromInitializeResultsInGracefulFailure, and 1 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free