Module treewalker_crawler_sup

Behaviours: supervisor.

Data Types

crawler_id()

abstract datatype: crawler_id()

dispatcher_id()

abstract datatype: dispatcher_id()

Function Index

init/1
start_crawler/1
start_link/3
stop_crawler/1

Function Details

init/1

init(X1) -> any()

start_crawler/1

start_crawler(Name::term()) -> ok

start_link/3

start_link(Name::term(), Id::term(), Options::map()) -> {ok, pid()} | ignore | {error, term()}

stop_crawler/1

stop_crawler(Name::term()) -> ok


Generated by EDoc