public class MuleSampleDataService extends Object implements SampleDataService
SampleDataServiceSAMPLE_DATA_SERVICE_KEY| Constructor and Description |
|---|
MuleSampleDataService() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Message |
getSampleData(org.mule.runtime.api.component.location.Location location) |
org.mule.runtime.api.message.Message |
getSampleData(String extensionName,
String componentName,
Map<String,Object> parameters,
Supplier<Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance>> configurationInstanceSupplier) |
void |
setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator) |
void |
setConnectionManager(ConnectionManager connectionManager) |
void |
setExtensionManager(ExtensionManager extensionManager) |
void |
setMuleContext(MuleContext muleContext) |
void |
setStreamingManager(StreamingManager streamingManager) |
public org.mule.runtime.api.message.Message getSampleData(org.mule.runtime.api.component.location.Location location)
throws org.mule.sdk.api.data.sample.SampleDataException
getSampleData in interface SampleDataServiceorg.mule.sdk.api.data.sample.SampleDataExceptionpublic org.mule.runtime.api.message.Message getSampleData(String extensionName, String componentName, Map<String,Object> parameters, Supplier<Optional<org.mule.runtime.extension.api.runtime.config.ConfigurationInstance>> configurationInstanceSupplier) throws org.mule.sdk.api.data.sample.SampleDataException
getSampleData in interface SampleDataServiceorg.mule.sdk.api.data.sample.SampleDataException@Inject public void setComponentLocator(org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator)
@Inject public void setExtensionManager(ExtensionManager extensionManager)
@Inject public void setStreamingManager(StreamingManager streamingManager)
@Inject public void setMuleContext(MuleContext muleContext)
@Inject public void setConnectionManager(ConnectionManager connectionManager)
Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.