Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,13 @@
*
* @return the class of the {@link ItemStore} implementation to use
*/
// todo: check javadoc
Class<? extends ItemStore> itemStore() default ItemStore.class;

/**
* The maximum amount of items to return for a single list call when starting the primary resource
* related informers. If this is a not null it will result in paginating for the initial load of
* the informer cache.
*/
// todo: check javadoc
long informerListLimit() default NO_LONG_VALUE_SET;

}
Loading