Interface Stoppable


  • public interface Stoppable
    Interface for Stages to implement if they wish to perform basic shutdown during the AIE shutdown process.
    • Method Detail

      • stopComponent

        void stopComponent()
                    throws AttivioException
        Called indicate message processing is being stopped for the component. A component can be started and stopped multiple times. The system guarantees that this method is called for each instance sequentially.
        Throws:
        AttivioException