public abstract class InboundTask extends Object implements org.apache.synapse.task.Task, org.apache.synapse.ManagedLifecycle, PinnedPollingTask
Modifier and Type | Field and Description |
---|---|
protected long |
interval |
static int |
TASK_THRESHOLD_INTERVAL |
Constructor and Description |
---|
InboundTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
abstract Properties |
getInboundProperties() |
protected abstract void |
taskExecute() |
protected long interval
public static final int TASK_THRESHOLD_INTERVAL
public void execute()
execute
in interface org.apache.synapse.task.Task
protected abstract void taskExecute()
public abstract Properties getInboundProperties()
getInboundProperties
in interface PinnedPollingTask
Copyright © 2021 WSO2. All rights reserved.