@FunctionalInterface public interface OperationInvoker
| Modifier and Type | Method and Description |
|---|---|
Object |
invoke(Map<String,Object> arguments)
Invoke the underlying operation using the given
arguments. |
Object invoke(Map<String,Object> arguments) throws MissingParametersException
arguments.arguments - the arguments to pass to the operationnullMissingParametersException - if parameters are missingCopyright © 2018 Pivotal Software, Inc.. All rights reserved.