ReferencesProvider
Provides start references to the crawler from an external source.
Notes
Provides additional start references to the crawler at startup. Implementations can supply references from any source, such as a database, file, or external service.
Usage
- YAML
- JSON
- XML
noop: string
{
"noop": "string"
}
<referencesProvider>
<noop>string</noop>
</referencesProvider>