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

multicastInitialEvent() — spring-boot Function Reference

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

Function java GradlePlugin DslExtensions calls 1 called by 4

Entity Profile

Dependency Diagram

graph TD
  5ef65967_feee_4217_f7a3_3599d8408c32["multicastInitialEvent()"]
  bbb60930_6cd3_1f70_1dd5_c84ac837d09f["starting()"]
  bbb60930_6cd3_1f70_1dd5_c84ac837d09f -->|calls| 5ef65967_feee_4217_f7a3_3599d8408c32
  6f9767dc_bd5a_223d_6d9f_ca6360a0193a["environmentPrepared()"]
  6f9767dc_bd5a_223d_6d9f_ca6360a0193a -->|calls| 5ef65967_feee_4217_f7a3_3599d8408c32
  2c36a8b2_5cab_2d5b_b800_86ea2ada55eb["contextPrepared()"]
  2c36a8b2_5cab_2d5b_b800_86ea2ada55eb -->|calls| 5ef65967_feee_4217_f7a3_3599d8408c32
  e9cf57fa_c896_8c00_89bc_614423cd292b["contextLoaded()"]
  e9cf57fa_c896_8c00_89bc_614423cd292b -->|calls| 5ef65967_feee_4217_f7a3_3599d8408c32
  5c3a7fa8_6fb3_44d1_aaa4_30b6e8299a76["refreshApplicationListeners()"]
  5ef65967_feee_4217_f7a3_3599d8408c32 -->|calls| 5c3a7fa8_6fb3_44d1_aaa4_30b6e8299a76
  style 5ef65967_feee_4217_f7a3_3599d8408c32 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/main/java/org/springframework/boot/context/event/EventPublishingRunListener.java lines 135–138

	private void multicastInitialEvent(ApplicationEvent event) {
		refreshApplicationListeners();
		this.initialMulticaster.multicastEvent(event);
	}

Domain

Subdomains

Calls

  • refreshApplicationListeners()

Called By

Frequently Asked Questions

What does multicastInitialEvent() do?
multicastInitialEvent() is a function in the spring-boot codebase.
What does multicastInitialEvent() call?
multicastInitialEvent() calls 1 function(s): refreshApplicationListeners.
What calls multicastInitialEvent()?
multicastInitialEvent() is called by 4 function(s): contextLoaded, contextPrepared, environmentPrepared, starting.

Analyze Your Own Codebase

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

Try Supermodel Free