@ClusterSupport(value=NOT_SUPPORTED) public abstract class AbstractObjectSource extends org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectSummary,S3ObjectAttributes>
| 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<S3ObjectSummary,S3ObjectAttributes> result,
org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext) |
void |
poll(org.mule.runtime.extension.api.runtime.source.PollContext<S3ObjectSummary,S3ObjectAttributes> pollContext) |
protected void doStart()
throws org.mule.runtime.api.exception.MuleException
doStart in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectSummary,S3ObjectAttributes>org.mule.runtime.api.exception.MuleExceptionprotected void doStop()
doStop in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectSummary,S3ObjectAttributes>public void poll(org.mule.runtime.extension.api.runtime.source.PollContext<S3ObjectSummary,S3ObjectAttributes> pollContext)
poll in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectSummary,S3ObjectAttributes>public void onRejectedItem(org.mule.runtime.extension.api.runtime.operation.Result<S3ObjectSummary,S3ObjectAttributes> result, org.mule.runtime.extension.api.runtime.source.SourceCallbackContext sourceCallbackContext)
onRejectedItem in class org.mule.runtime.extension.api.runtime.source.PollingSource<S3ObjectSummary,S3ObjectAttributes>Copyright © 2021 MuleSoft, Inc.. All rights reserved.