assertNotInProgress() — spring-boot Function Reference
Architecture documentation for the assertNotInProgress() function in SpringApplicationShutdownHook.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD fcd9b0c3_3fe0_5029_8df4_4ba0f747d6cd["assertNotInProgress()"] 1e6d34b6_9183_aa22_5502_a7305d28ae9d["registerApplicationContext()"] 1e6d34b6_9183_aa22_5502_a7305d28ae9d -->|calls| fcd9b0c3_3fe0_5029_8df4_4ba0f747d6cd dd5d716b_24e2_3ea8_6619_1f6ef0d0803c["add()"] dd5d716b_24e2_3ea8_6619_1f6ef0d0803c -->|calls| fcd9b0c3_3fe0_5029_8df4_4ba0f747d6cd e892e3ae_17bc_5dfe_9f21_0b8381c71cc1["remove()"] e892e3ae_17bc_5dfe_9f21_0b8381c71cc1 -->|calls| fcd9b0c3_3fe0_5029_8df4_4ba0f747d6cd style fcd9b0c3_3fe0_5029_8df4_4ba0f747d6cd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/SpringApplicationShutdownHook.java lines 167–169
private void assertNotInProgress() {
Assert.state(!SpringApplicationShutdownHook.this.inProgress, "Shutdown in progress");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does assertNotInProgress() do?
assertNotInProgress() is a function in the spring-boot codebase.
What calls assertNotInProgress()?
assertNotInProgress() is called by 3 function(s): add, registerApplicationContext, remove.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free