public interface OperationArgumentResolverFactory
Function to get the parameters that will be passed to an operation from an
OperationModel.| Modifier and Type | Method and Description |
|---|---|
Function<org.mule.runtime.extension.api.runtime.operation.ExecutionContext<org.mule.runtime.api.meta.model.operation.OperationModel>,Map<String,Object>> |
createArgumentResolver(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
Builds the argument resolver based on an
executionContext and the internal state of this object. |
Function<org.mule.runtime.extension.api.runtime.operation.ExecutionContext<org.mule.runtime.api.meta.model.operation.OperationModel>,Map<String,Object>> createArgumentResolver(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
executionContext and the internal state of this object.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.