@FunctionalInterface public interface OperationInvoker
Modifier and Type | Method and Description |
---|---|
Object |
invoke(InvocationContext context)
Invoke the underlying operation using the given
context . |
Object invoke(InvocationContext context) throws MissingParametersException
context
.context
- the context to use to invoke the operationnull
MissingParametersException
- if parameters are missingCopyright © 2018 Pivotal Software, Inc.. All rights reserved.