public class SdkSourceAdapterFactory extends Object
Sources into Sources.| Constructor and Description |
|---|
SdkSourceAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.mule.sdk.api.runtime.source.Source |
createAdapter(Object source)
Given an
Object: if it is a Source, the same instance is returned. |
public static org.mule.sdk.api.runtime.source.Source createAdapter(Object source)
Object: if it is a Source, the same instance is returned. If it is a legacy
Source, an adapter of it is return. Otherwise, this method fails.source - a source that can either be a Source or a legacy
Source.Source that represents the given object.Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.