public final class CompletionCallbackArgumentResolver extends Object implements ArgumentResolver<org.mule.runtime.extension.api.runtime.process.CompletionCallback>
ArgumentResolver which returns the
ExecutionContextProperties.COMPLETION_CALLBACK_CONTEXT_PARAM
context variable.
Notice that this resolver only works if the ExecutionContext is a ExecutionContextAdapter| Constructor and Description |
|---|
CompletionCallbackArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.process.CompletionCallback |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
public org.mule.runtime.extension.api.runtime.process.CompletionCallback resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
ArgumentResolverexecutionContextresolve in interface ArgumentResolver<org.mule.runtime.extension.api.runtime.process.CompletionCallback>executionContext - an ExecutionContextCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.