Class BootstrapContextClosedEvent

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

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