Interface ProcessorPool

    • Method Detail

      • setEngine

        void setEngine​(ProcessingEngine engine)
        Called internally by COPPER during initialization
        Parameters:
        engine - engine which holds the ProcessorPool
      • getId

        java.lang.String getId()
        Returns:
        the processor pools identifier
      • startup

        void startup()
        Starts up the processor pool
      • shutdown

        void shutdown()
        Shuts down the processor pool
      • suspend

        void suspend()
        Suspend processing of workflows.
      • resume

        void resume()
        Resume processing of workflows