Kreuzcrawl. CrawlEngineHandle
(kreuzcrawl v0.3.0-rc.42)
Copy Markdown
Opaque handle to a configured crawl engine.
Constructed via [create_engine] with an optional [CrawlConfig].
Default implementations for all pluggable components are used internally.
Summary
Functions
Stream a multi-URL crawl, yielding [CrawlEvent]s across all seeds.
Stream a single-URL crawl, yielding [CrawlEvent]s as pages are processed.
Types
@type t() :: %Kreuzcrawl.CrawlEngineHandle{ref: reference()}
Opaque handle to a configured crawl engine.