@FunctionalInterface
public interface OperationInvoker
| 限定符和类型 | 方法和说明 |
|---|---|
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