IN - the input data type.OUT - the output data type.public abstract class TemplateContextInvocation<IN,OUT> extends TemplateInvocation<IN,OUT> implements ContextInvocation<IN,OUT>
| Constructor and Description |
|---|
TemplateContextInvocation() |
| 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, onTerminateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitonAbort, onDestroy, onInitialize, onInput, onResult, onTerminatepublic void onContext(@Nonnull Context context)
ContextInvocationonContext in interface ContextInvocation<IN,OUT>context - the context of the invocation.