@FunctionalInterface public interface OperationExecutionFunction
| Modifier and Type | Method and Description |
|---|---|
Event |
execute(Map<String,Object> parameters,
Event operationEvent)
Executes the operation being intercepted by a policy.
|
Event execute(Map<String,Object> parameters, Event operationEvent) throws org.mule.runtime.api.exception.MuleException
parameters - the set of parameters required to execute the function.operationEvent - the event to use for executing the operation.Event as result of the operation execution.org.mule.runtime.api.exception.MuleExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.