public class SourceCompletionCallbackArgumentResolver extends Object implements ArgumentResolver<org.mule.runtime.extension.api.runtime.source.SourceCompletionCallback>
The returned instance is expected to be be set as an ExecutionContext variable under the key
ExtensionProperties.SOURCE_COMPLETION_CALLBACK_PARAM
| Constructor and Description |
|---|
SourceCompletionCallbackArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
Supplier<org.mule.runtime.extension.api.runtime.source.SourceCompletionCallback> |
resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
Resolves an argument's value from the given
executionContext |
public SourceCompletionCallbackArgumentResolver()
public Supplier<org.mule.runtime.extension.api.runtime.source.SourceCompletionCallback> resolve(org.mule.runtime.extension.api.runtime.operation.ExecutionContext executionContext)
ArgumentResolverexecutionContextresolve in interface ArgumentResolver<org.mule.runtime.extension.api.runtime.source.SourceCompletionCallback>executionContext - an ExecutionContextCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.