public class SourceCallbackContextArgumentResolver extends Object implements ArgumentResolver<org.mule.runtime.extension.api.runtime.source.SourceCallbackContext>
ArgumentResolver which returns a SourceCallbackContext registered as an ExecutionContext variable
under the key ExtensionProperties.SOURCE_CALLBACK_CONTEXT_PARAM.
If no such variable exists, then it returns null
| Constructor and Description |
|---|
SourceCallbackContextArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
public SourceCallbackContextArgumentResolver()
public org.mule.runtime.extension.api.runtime.source.SourceCallbackContext resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
ArgumentResolverexecutionContextresolve in interface ArgumentResolver<org.mule.runtime.extension.api.runtime.source.SourceCallbackContext>executionContext - an ExecutionContextCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.