T - The concrete typepublic interface ApplicationContextLifeCycle<T extends ApplicationContextLifeCycle> extends ApplicationContextProvider, LifeCycle
ApplicationContext life cycle and shut it down when the class is shutdown.| Modifier and Type | Method and Description | 
|---|---|
default T | 
start()
Starts the lifecyle component. 
 | 
default T | 
stop()
Stops the life cycle component. 
 | 
getApplicationContext