IN - the input data type.OUT - the output data type.public abstract class FunctionContextInvocation<IN,OUT> extends FunctionInvocation<IN,OUT> implements ContextInvocation<IN,OUT>
| Constructor and Description |
|---|
FunctionContextInvocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
onContext(Context context)
Called right after the instantiation to specify the invocation context.
|
onInput, onResult, onTerminateonAbort, onDestroy, onInitializeequals, 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.