Class InboundRunner

java.lang.Object
org.wso2.carbon.inbound.endpoint.common.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 Details

    • InboundRunner

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

    • terminate

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

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