|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface Paged
This annotation marks a method inside a Connector 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.ProviderAwarePagingDelegate
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. |
public abstract int defaultFetchSize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||