![JAR search and dependency download from the Maven repository](/logo.png)
org.mule.streaming.processor.ManagedPagingDelegateAdapter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mule-module-devkit-support Show documentation
Show all versions of mule-module-devkit-support Show documentation
Interfaces and classes required by Devkit.
The newest version!
/*
* Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.streaming.processor;
import org.mule.api.MuleEvent;
import org.mule.api.MuleException;
import org.mule.api.MuleRuntimeException;
import org.mule.api.devkit.ProcessTemplate;
import org.mule.api.processor.MessageProcessor;
import org.mule.security.oauth.callback.ProcessCallback;
import org.mule.streaming.PagingDelegate;
import org.mule.streaming.ProviderAwarePagingDelegate;
import java.util.List;
/**
* Adapter class to adapt a {@link org.mule.streaming.ProviderAwarePagingDelegate} into
* a {@link org.mule.streaming.PagingDelegate}
*
* Allows executing paging operations in a managed context defined by an owning {@link org.mule.api.devkit.ProcessTemplate}
*/
public class ManagedPagingDelegateAdapter extends PagingDelegate
{
private final ProcessTemplate
© 2015 - 2025 Weber Informatics LLC | Privacy Policy