org.mule.streaming
Class PagingConfiguration

java.lang.Object
  extended by org.mule.streaming.PagingConfiguration

public class PagingConfiguration
extends Object

Inmutable pojo to carry pagination parameters

Since:
3.5.0

Constructor Summary
PagingConfiguration(int fetchSize)
           
 
Method Summary
 int getFetchSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PagingConfiguration

public PagingConfiguration(int fetchSize)
Method Detail

getFetchSize

public int getFetchSize()


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