Interface Startable


  • public interface Startable
    Interface for Stages to implement if they wish to perform basic initialization after all of their properties have been set.
    • Method Detail

      • startComponent

        void startComponent()
                     throws AttivioException
        Called on startup of the system before any components receive messages. A component can be started and stopped multiple times. The system guarantees that this method is called for each instance sequentially;
        Throws:
        AttivioException