@FunctionalInterface
public interface OperationInvoker
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(InvocationContext context)
Invoke the underlying operation using the given
context. |
java.lang.Object invoke(InvocationContext context) throws MissingParametersException
context.context - the context to use to invoke the operationnullMissingParametersException - if parameters are missing