@Alias(value="ignored") @MediaType(value="text/plain") @Ignore public class IgnoredSource extends org.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes>
| Constructor and Description |
|---|
IgnoredSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,StringAttributes> sourceCallback) |
void |
onStop() |
void |
onSuccess(String onSuccessParameter,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) |
void |
onTerminate() |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<String,StringAttributes> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes>org.mule.runtime.api.exception.MuleException@OnSuccess public void onSuccess(@TypeResolver(value=MultiLevelPartialTypeKeysOutputTypeResolver.class) String onSuccessParameter, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext callbackContext) throws Exception
Exception@OnTerminate public void onTerminate()
public void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<String,StringAttributes>Copyright © 2025 MuleSoft, Inc.. All rights reserved.