public interface Task
Modifier and Type | Method and Description |
---|---|
void |
execute()
This method will be called when the task is started, the task logic
should go here.
|
void |
init()
This method is called once after properties are set in the task, and
right before the task is executed.
|
void |
setProperties(Map<String,String> properties)
This method is called initially to set the task properties.
|
void setProperties(Map<String,String> properties)
properties
- The task propertiesvoid init()
void execute()
Copyright © 2019 WSO2. All rights reserved.