IN - the input data type.OUT - the output data type.public interface ContextInvocation<IN,OUT> extends Invocation<IN,OUT>
| Modifier and Type | Method and Description |
|---|---|
void |
onContext(Context context)
Called right after the instantiation to specify the invocation context.
|
onAbort, onDestroy, onInitialize, onInput, onResult, onTerminate