Class EventPublishingRunListener

java.lang.Object
org.springframework.boot.context.event.EventPublishingRunListener
All Implemented Interfaces:
SpringApplicationRunListener, Ordered

public class EventPublishingRunListener extends Object implements SpringApplicationRunListener, Ordered
SpringApplicationRunListener to publish SpringApplicationEvents.

Uses an internal ApplicationEventMulticaster for the events that are fired before the context is actually refreshed.

Since:
1.0.0
Author:
Phillip Webb, Stephane Nicoll, Andy Wilkinson, Artsiom Yudovin, Brian Clozel, Chris Bono