//tempest2/app.cash.tempest2/WritingPager/Handler/beforePage
beforePage¶
[jvm]\ abstract fun beforePage(remainingUpdates: List<@JvmSuppressWildcardsT>, maxTransactionItems: Int): Int
Invoked before each page with the full set of updates yet be processed.
Return¶
the number of updates that fits in the current page.
Parameters¶
jvm
remainingUpdates | all remaining updates. This may be more than a single page of entities. |