org.mule.api.annotations
Annotation Type Paged


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface Paged

This annotation marks a method inside a Module as an operation that will return a paged result set. Methods annotated with this interface must also be annotated with Processor and must return an instance of org.mule.streaming.PagingDelegate Parameters on this method will be featured as an attribute on the Mule XML invocation.


Optional Element Summary
 int defaultFetchSize
          Specifies the amount of elements to be retrieved on each invocation to the data source.
 

defaultFetchSize

public abstract int defaultFetchSize
Specifies the amount of elements to be retrieved on each invocation to the data source. Defaults to 100.

Default:
100


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.