public interface OperationArgumentResolverFactory<T extends org.mule.runtime.api.meta.model.ComponentModel>
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<T>,Map<String,Object>> |
createArgumentResolver(T operationModel)
Builds the argument resolver based on an
executionContext and the internal state of this object. |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.