Package org.apache.synapse.task
Interface Task
public interface Task
Represents an executable Task
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Execute method will be invoked by the QuartzJOb.
-
Method Details
-
execute
void execute()Execute method will be invoked by the QuartzJOb.
-