@Alias(value="pet-source-stream")
@MediaType(value="text/plain",
strict=false)
public class PetStoreStreamSource
extends org.mule.runtime.extension.api.runtime.source.Source<InputStream,Object>
| Constructor and Description |
|---|
PetStoreStreamSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,Object> sourceCallback) |
void |
onStop() |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<InputStream,Object> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,Object>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<InputStream,Object>Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.