@Named(value="org.mule.tooling.service.artifact") @Singleton public class DefaultDeployableArtifactAgentService extends AbstractConfigurableService implements DeployableArtifactAgentService
DeployableArtifactAgentService| Constructor and Description |
|---|
DefaultDeployableArtifactAgentService() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.sampledata.SampleDataResult |
getSampleData(org.mule.runtime.deployment.model.api.application.Application application,
org.mule.runtime.api.component.location.Location location)
Resolves the
result for a component's sample data provider located in the given Location. |
doStart, doStop, getInternalHandlerspublic DefaultDeployableArtifactAgentService()
public org.mule.runtime.api.sampledata.SampleDataResult getSampleData(org.mule.runtime.deployment.model.api.application.Application application,
org.mule.runtime.api.component.location.Location location)
DeployableArtifactAgentServiceresult for a component's sample data provider located in the given Location.getSampleData in interface DeployableArtifactAgentServiceapplication - The target Application to be used in order to resolve sample data.location - The Location where the configuration can be found.result of the resolving of the sample data.SampleDataResultCopyright © 2025 MuleSoft, Inc.. All rights reserved.