Class InboundRunner
- java.lang.Object
-
- org.wso2.carbon.inbound.endpoint.common.InboundRunner
-
-
Constructor Summary
Constructors Constructor Description InboundRunner(InboundTask task, long interval, String tenantDomain, boolean mgrOverride)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
protected void
terminate()
Exit the running while loop and terminate the thread
-
-
-
Constructor Detail
-
InboundRunner
public InboundRunner(InboundTask task, long interval, String tenantDomain, boolean mgrOverride)
-
-