fetchAllDocumentUrls

fun fetchAllDocumentUrls(loader: CsafLoader = lazyLoader, channelCapacity: Int = DEFAULT_CHANNEL_CAPACITY, startingFrom: Instant? = null): ReceiveChannel<Result<String>>

Returns a channel that produces all URLs from ROLIE feeds and directory indices without duplicates.

Return

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.

startingFrom

Optional Instant associated with the oldest CSAF document URLs to be retrieved. If omitted, all document URLs will be fetched.