InitableTask (samza-api 1.9.0-SNAPSHOT API) JavaScript is disabled on your browser. Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method org.apache.samza.task Interface InitableTask public interface InitableTask Used as an interface for user processing StreamTasks that need to have specific functionality performed as their StreamTasks are instantiated by TaskRunner. Method Summary All Methods Instance Methods Abstract Methods  Modifier and Type Method and Description void init(Context context) Called by TaskRunner each time an implementing task is created. Method Detail init void init(Context context) throws java.lang.Exception Called by TaskRunner each time an implementing task is created. Parameters: context - Allows accessing of contextual data of this StreamTask. Throws: java.lang.Exception - Any exception types encountered during the execution of the processing task. Skip navigation links Overview Package Class Tree Deprecated Index Help Prev Class Next Class Frames No Frames All Classes Summary:  Nested |  Field |  Constr |  Method Detail:  Field |  Constr |  Method