public interface InitableTask
Modifier and Type | Method and Description |
---|---|
void |
init(Context context)
Called by TaskRunner each time an implementing task is created.
|
void init(Context context) throws java.lang.Exception
context
- Allows accessing of contextual data of this StreamTask.java.lang.Exception
- Any exception types encountered during the execution of the processing task.