Package org.apache.synapse.task
Interface Task
-
public interface Task
Represents an executable Task
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute()
Execute method will be invoked by the QuartzJOb.
-