Interface LifecycleBootstrap
-
- All Known Implementing Classes:
FifoProcessorService
public interface LifecycleBootstrapSome components required to have an initialization and shutdown process. To desgin this approach in Inugami we have the LifecycleBootstrap. Commonly used on Inugai main thread manager and SSE context.- Since:
- 26 sept. 2017
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidshutdown()default voidstart()
-