Interface BusLifeCycleListener

    • Method Detail

      • initComplete

        void initComplete()
        Invoked when the Bus has been initialized.
      • preShutdown

        void preShutdown()
        Invoked before the Bus is shutdown.
      • postShutdown

        void postShutdown()
        Invoked after the Bus is shutdown.