public abstract class ApplicationLifecycleEvent extends ApplicationEvent<ApplicationLifecycleHandler>
ApplicationEvent that occurs when the application starts or stops.| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationLifecycleEvent.Start
An
ApplicationEvent that occurs when the application starts. |
static class |
ApplicationLifecycleEvent.Stop
An
ApplicationEvent that occurs when the application stops. |
Copyright © 2021. All Rights Reserved.