finish() — spring-boot Function Reference
Architecture documentation for the finish() function in EnvironmentPostProcessorApplicationListener.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 88358e83_7de6_6ea8_c296_b3395039b46e["finish()"] e7677200_03e7_b86f_f67c_54b359dfb192["onApplicationPreparedEvent()"] e7677200_03e7_b86f_f67c_54b359dfb192 -->|calls| 88358e83_7de6_6ea8_c296_b3395039b46e 75d43795_90ff_8e33_bef8_fda517e59142["onApplicationFailedEvent()"] 75d43795_90ff_8e33_bef8_fda517e59142 -->|calls| 88358e83_7de6_6ea8_c296_b3395039b46e e11ba548_51f3_397c_2672_4830f3c28c20["switchOverAll()"] 88358e83_7de6_6ea8_c296_b3395039b46e -->|calls| e11ba548_51f3_397c_2672_4830f3c28c20 style 88358e83_7de6_6ea8_c296_b3395039b46e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/support/EnvironmentPostProcessorApplicationListener.java lines 149–151
private void finish() {
this.deferredLogs.switchOverAll();
}
Domain
Subdomains
Calls
Called By
- onApplicationFailedEvent()
- onApplicationPreparedEvent()
Source
Frequently Asked Questions
What does finish() do?
finish() is a function in the spring-boot codebase.
What does finish() call?
finish() calls 1 function(s): switchOverAll.
What calls finish()?
finish() is called by 2 function(s): onApplicationFailedEvent, onApplicationPreparedEvent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free