public abstract class AbstractPagingProvider<T> extends Object implements org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,T>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isTruncated |
protected Set<S3ErrorType> |
S3_ERROR_TYPES |
| Constructor and Description |
|---|
AbstractPagingProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(S3Connection s3Connection) |
Optional<Integer> |
getTotalResults(S3Connection s3Connection) |
protected Boolean isTruncated
protected final Set<S3ErrorType> S3_ERROR_TYPES
public Optional<Integer> getTotalResults(S3Connection s3Connection)
getTotalResults in interface org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,T>public void close(S3Connection s3Connection) throws org.mule.runtime.api.exception.MuleException
close in interface org.mule.runtime.extension.api.runtime.streaming.PagingProvider<S3Connection,T>org.mule.runtime.api.exception.MuleExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.