Class BootstrapContextClosedEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.boot.BootstrapContextClosedEvent
All Implemented Interfaces:
Serializable

public class BootstrapContextClosedEvent extends ApplicationEvent
ApplicationEvent published by a BootstrapContext when it's closed.
Since:
2.4.0
Author:
Phillip Webb
See Also:
  • Method Details