Class OneTimeTriggerInboundTask
java.lang.Object
org.wso2.carbon.inbound.endpoint.common.OneTimeTriggerInboundTask
- All Implemented Interfaces:
org.apache.synapse.ManagedLifecycle,org.apache.synapse.task.Task
- Direct Known Subclasses:
GenericOneTimeTask,MqttTask,RabbitMQTask
public abstract class OneTimeTriggerInboundTask
extends Object
implements org.apache.synapse.task.Task, org.apache.synapse.ManagedLifecycle
This class provides Generic Task implementation for one time trigger Inbound Endpoint Tasks
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()voidsetCallback(OneTimeTriggerAbstractCallback callback) protected abstract voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.synapse.ManagedLifecycle
destroy, init
-
Constructor Details
-
OneTimeTriggerInboundTask
public OneTimeTriggerInboundTask()
-
-
Method Details
-
execute
public void execute()- Specified by:
executein interfaceorg.apache.synapse.task.Task
-
setCallback
-
getCallback
-
taskExecute
protected abstract void taskExecute()
-