Class InboundRunner

  • All Implemented Interfaces:
    Runnable

    public class InboundRunner
    extends Object
    implements Runnable
    InboundRunner class is used to run the non coordinated processors in background according to the scheduled interval
    • Constructor Detail

      • InboundRunner

        public InboundRunner​(InboundTask task,
                             long interval,
                             String tenantDomain,
                             boolean mgrOverride)
    • Method Detail

      • terminate

        protected void terminate()
        Exit the running while loop and terminate the thread
      • run

        public void run()
        Specified by:
        run in interface Runnable