@MediaType(value="*/*",
strict=false)
public class SkeletonSource
extends org.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>
| Constructor and Description |
|---|
SkeletonSource() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isStarted() |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback sourceCallback) |
void |
onStop() |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback sourceCallback)
throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>org.mule.runtime.api.exception.MuleExceptionpublic boolean isStarted()
public void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,InputStream>Copyright © 2022 MuleSoft, Inc.. All rights reserved.