Interface IJobProcessor

  • All Known Implementing Classes:
    JobProcessorService

    public interface IJobProcessor
    Provides a Job processor service interface called by the Job Controller schedule job to process all transactions.
    Since:
    20.11.0
    • Method Detail

      • processJobs

        void processJobs()
        Process the list of collaboration jobs in the system that are ready to be processed.
      • interruptProcessing

        void interruptProcessing()
        Interrupt ongoing job processing. This does not happen instantaneously, but the service will check at suitable occasions (e.g. after processing a job) and stop processing.