public final class SdkCompletionCallbackArgumentResolver extends Object implements ArgumentResolver<org.mule.sdk.api.runtime.process.CompletionCallback>
ArgumentResolver which resolves a CompletionCallback by adapting the content of the ExecutionContext
variable
ExecutionContextProperties.COMPLETION_CALLBACK_CONTEXT_PARAM| Constructor and Description |
|---|
SdkCompletionCallbackArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.sdk.api.runtime.process.CompletionCallback |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
public SdkCompletionCallbackArgumentResolver()
public org.mule.sdk.api.runtime.process.CompletionCallback resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
ArgumentResolverexecutionContextresolve in interface ArgumentResolver<org.mule.sdk.api.runtime.process.CompletionCallback>executionContext - an ExecutionContextCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.