Uses of Class
org.wso2.carbon.inbound.endpoint.common.OneTimeTriggerInboundTask
-
-
Uses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.common
Methods in org.wso2.carbon.inbound.endpoint.common with parameters of type OneTimeTriggerInboundTask Modifier and Type Method Description protected void
InboundOneTimeTriggerRequestProcessor. start(OneTimeTriggerInboundTask 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 OneTimeTriggerInboundTask Constructor Description OneTimeTriggerInboundRunner(OneTimeTriggerInboundTask task, String tenantDomain)
-
Uses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.protocol.generic
Subclasses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.protocol.generic Modifier and Type Class Description class
GenericOneTimeTask
-
Uses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.protocol.mqtt
Subclasses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.protocol.mqtt Modifier and Type Class Description class
MqttTask
MQTT task for support coordination. -
Uses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.protocol.rabbitmq
Subclasses of OneTimeTriggerInboundTask in org.wso2.carbon.inbound.endpoint.protocol.rabbitmq Modifier and Type Class Description class
RabbitMQTask
The task implementation to trigger the RabbitMQ consumer.
-