Uses of Class
org.wso2.carbon.inbound.endpoint.common.InboundTask
-
-
Uses of InboundTask in org.wso2.carbon.inbound.endpoint.common
Methods in org.wso2.carbon.inbound.endpoint.common with parameters of type InboundTask Modifier and Type Method Description protected void
InboundRequestProcessorImpl. start(InboundTask task, String endpointPostfix)
Based on the coordination option schedule the task with NTASK or run as a background threadConstructors in org.wso2.carbon.inbound.endpoint.common with parameters of type InboundTask Constructor Description InboundRunner(InboundTask task, long interval, String tenantDomain, boolean mgrOverride)
-
Uses of InboundTask in org.wso2.carbon.inbound.endpoint.protocol.generic
Subclasses of InboundTask in org.wso2.carbon.inbound.endpoint.protocol.generic Modifier and Type Class Description class
GenericTask
-
Uses of InboundTask in org.wso2.carbon.inbound.endpoint.protocol.jms
Subclasses of InboundTask in org.wso2.carbon.inbound.endpoint.protocol.jms Modifier and Type Class Description class
JMSTask
JMSTask class is used to schedule the inbound execution when the coordination is required -
Uses of InboundTask in org.wso2.carbon.inbound.endpoint.protocol.kafka
Subclasses of InboundTask in org.wso2.carbon.inbound.endpoint.protocol.kafka Modifier and Type Class Description class
KAFKATask
-