@ClusterSupport(value=NOT_SUPPORTED) public abstract class AbstractObjectSource extends org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectTriggerResponse,Void>
| Constructor and Description |
|---|
AbstractObjectSource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart() |
protected void |
doStop() |
void |
onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<S3ObjectTriggerResponse,Void> result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext) |
void |
poll(org.mule.runtime.extension.api.runtime.source.PollContext<S3ObjectTriggerResponse,Void> pollContext) |
protected void doStart()
throws org.mule.runtime.api.exception.MuleException
doStart in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectTriggerResponse,Void>org.mule.runtime.api.exception.MuleExceptionpublic void poll(org.mule.runtime.extension.api.runtime.source.PollContext<S3ObjectTriggerResponse,Void> pollContext)
poll in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectTriggerResponse,Void>protected void doStop()
doStop in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectTriggerResponse,Void>public void onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<S3ObjectTriggerResponse,Void> result, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext)
onRejectedItem in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectTriggerResponse,Void>Copyright © 2025 MuleSoft, Inc.. All rights reserved.