multicastEvent() — spring-boot Function Reference
Architecture documentation for the multicastEvent() function in LoggingApplicationListenerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD b21aabff_7677_28df_125a_1805aeda834e["multicastEvent()"] 02061150_938d_939c_4bbc_e795406d267c["init()"] 02061150_938d_939c_4bbc_e795406d267c -->|calls| b21aabff_7677_28df_125a_1805aeda834e 29101dd7_b9c1_b3f0_b337_734a62d8205d["throwableFromInitializeResultsInGracefulFailure()"] 29101dd7_b9c1_b3f0_b337_734a62d8205d -->|calls| b21aabff_7677_28df_125a_1805aeda834e 808283c3_749c_8a4b_ed1b_dbdd3ef344d5["parseArgsDoesntReplace()"] 808283c3_749c_8a4b_ed1b_dbdd3ef344d5 -->|calls| b21aabff_7677_28df_125a_1805aeda834e 4cc0a082_6dfd_8757_d1d0_29d89772a9ce["bridgeHandlerLifecycle()"] 4cc0a082_6dfd_8757_d1d0_29d89772a9ce -->|calls| b21aabff_7677_28df_125a_1805aeda834e 0745f4b8_2725_4afc_f32f_07506321e8d9["shutdownHookIsRegisteredByDefault()"] 0745f4b8_2725_4afc_f32f_07506321e8d9 -->|calls| b21aabff_7677_28df_125a_1805aeda834e fbc32e92_043c_f918_5d64_e9f54a5c97ba["shutdownHookRegistrationCanBeDisabled()"] fbc32e92_043c_f918_5d64_e9f54a5c97ba -->|calls| b21aabff_7677_28df_125a_1805aeda834e 97a6f4f1_e0bd_ef45_5481_f21fe3646032["closingContextCleansUpLoggingSystem()"] 97a6f4f1_e0bd_ef45_5481_f21fe3646032 -->|calls| b21aabff_7677_28df_125a_1805aeda834e c473242c_f628_f21c_e566_916cadd4d5e3["closingChildContextDoesNotCleanUpLoggingSystem()"] c473242c_f628_f21c_e566_916cadd4d5e3 -->|calls| b21aabff_7677_28df_125a_1805aeda834e 1cf169fc_9782_bdb1_fbf9_9e2cce301560["applicationFailedEventCleansUpLoggingSystem()"] 1cf169fc_9782_bdb1_fbf9_9e2cce301560 -->|calls| b21aabff_7677_28df_125a_1805aeda834e style b21aabff_7677_28df_125a_1805aeda834e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/logging/LoggingApplicationListenerTests.java lines 623–625
private void multicastEvent(ApplicationEvent event) {
multicastEvent(this.listener, event);
}
Domain
Subdomains
Called By
- applicationFailedEventCleansUpLoggingSystem()
- bridgeHandlerLifecycle()
- closingChildContextDoesNotCleanUpLoggingSystem()
- closingContextCleansUpLoggingSystem()
- init()
- parseArgsDoesntReplace()
- shutdownHookIsRegisteredByDefault()
- shutdownHookRegistrationCanBeDisabled()
- throwableFromInitializeResultsInGracefulFailure()
Source
Frequently Asked Questions
What does multicastEvent() do?
multicastEvent() is a function in the spring-boot codebase.
What calls multicastEvent()?
multicastEvent() is called by 9 function(s): applicationFailedEventCleansUpLoggingSystem, bridgeHandlerLifecycle, closingChildContextDoesNotCleanUpLoggingSystem, closingContextCleansUpLoggingSystem, init, parseArgsDoesntReplace, shutdownHookIsRegisteredByDefault, shutdownHookRegistrationCanBeDisabled, and 1 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free