Uses of Class
org.mule.streaming.PagingDelegate

Packages that use PagingDelegate
org.mule.streaming   
org.mule.streaming.processor   
 

Uses of PagingDelegate in org.mule.streaming
 

Subclasses of PagingDelegate in org.mule.streaming
 class PagingDelegateWrapper<T>
          This implementation of PagingDelegate takes care of enforcing some basic behaviour of the delegate contract so that users don't have to.
 

Constructors in org.mule.streaming with parameters of type PagingDelegate
PagingDelegateProducer(PagingDelegate<T> delegate)
           
PagingDelegateWrapper(PagingDelegate<T> wrapped)
           
 

Uses of PagingDelegate in org.mule.streaming.processor
 

Methods in org.mule.streaming.processor that return PagingDelegate
protected abstract  PagingDelegate<?> AbstractDevkitBasedPageableMessageProcessor.getPagingDelegate(MuleEvent event, PagingConfiguration pagingConfiguration)
          Implement this method to return the PagingDelegate to be used when paging.
 



Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.