@Alias(value="listener")
@DisplayName(value="Listener")
@ClusterSupport(value=DEFAULT_ALL_NODES)
@BackPressure(defaultMode=WAIT,
supportedModes={WAIT,DROP})
public class KinesisSource
extends org.mule.runtime.extension.api.runtime.source.Source<List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,RecordAttributes>>,Void>
| Constructor and Description |
|---|
KinesisSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError() |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,RecordAttributes>>,Void> sourceCallback) |
void |
onStop() |
void |
onSuccess() |
void |
onTerminate(org.mule.runtime.extension.api.runtime.source.SourceResult sourceResult) |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback<List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,RecordAttributes>>,Void> sourceCallback) throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,RecordAttributes>>,Void>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,RecordAttributes>>,Void>@OnError public void onError()
@OnSuccess public void onSuccess()
@OnTerminate public void onTerminate(org.mule.runtime.extension.api.runtime.source.SourceResult sourceResult)
Copyright © 2025 MuleSoft, Inc.. All rights reserved.