Interface LifecycleBootstrap

  • All Known Implementing Classes:
    FifoProcessorService

    public interface LifecycleBootstrap
    Some 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 Detail

      • start

        default void start()
      • shutdown

        default void shutdown()