@IntegrationManagedResource public interface MessageSourceManagement
Modifier and Type | Method and Description |
---|---|
int |
getMaxFetchSize()
Return the max fetch size.
|
void |
setMaxFetchSize(int maxFetchSize)
Set the maximum number of objects the source should fetch if it is necessary to
fetch objects.
|
@ManagedAttribute(description="Maximum objects to fetch") void setMaxFetchSize(int maxFetchSize)
maxFetchSize
- the max fetch size; a negative value means unlimited.@ManagedAttribute int getMaxFetchSize()
setMaxFetchSize(int)