View Source treewalker_crawler_sup (treewalker v0.4.1)

Link to this section Summary

Link to this section Types

-opaque crawler_id()
Link to this opaque

dispatcher_id/0

View Source (opaque)
-opaque dispatcher_id()

Link to this section Functions

-spec start_crawler(term()) -> ok.
Link to this function

start_link(Name, Id, Options)

View Source
-spec start_link(term(), term(), map()) -> {ok, pid()} | ignore | {error, term()}.
-spec stop_crawler(term()) -> ok.