countExpectedDocumentsBlocking

fun countExpectedDocumentsBlocking(startingFrom: Instant? = null, loader: CsafLoader = lazyLoader, channelCapacity: Int = DEFAULT_CHANNEL_CAPACITY): <Error class: unknown class>

This function sums up the expected number of RetrievedDocuments that will be fetched from this Provider, blocking the calling Thread for Java compatibility.

Return

The expected number of RetrievedDocuments provided.

Parameters

loader

The instance of CsafLoader used for fetching of online resources.

channelCapacity

The capacity of the channels used to buffer parallel fetches. Defaults to DEFAULT_CHANNEL_CAPACITY.