T - the type of the argument to be resolvedpublic interface ArgumentResolver<T>
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.LazyValue<T> |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
org.mule.runtime.api.util.LazyValue<T> resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
executionContextexecutionContext - an ExecutionContextCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.