Interface ApplicationContextLifeCycle<T extends ApplicationContextLifeCycle<T>>
- Type Parameters:
T- The concrete type
- All Superinterfaces:
ApplicationContextProvider, AutoCloseable, Closeable, LifeCycle<T>
- All Known Subinterfaces:
EmbeddedApplication<T>, EmbeddedServer, NettyEmbeddedServer
- All Known Implementing Classes:
MessagingApplication, NettyHttpServer
public interface ApplicationContextLifeCycle<T extends ApplicationContextLifeCycle<T>>
extends ApplicationContextProvider, LifeCycle<T>
An interface for classes that manage the
ApplicationContext life cycle and shut it down when the class is shutdown.-
Method Summary
Methods inherited from interface ApplicationContextProvider
getApplicationContext
-
Method Details
-
start
-
stop
-