Behaviours: supervisor.
abstract datatype: crawler_id()
abstract datatype: dispatcher_id()
| init/1 | |
| start_crawler/1 | |
| start_link/3 | |
| stop_crawler/1 |
init(X1) -> any()
start_crawler(Name::term()) -> ok
start_link(Name::term(), Id::term(), Options::map()) -> {ok, pid()} | ignore | {error, term()}
stop_crawler(Name::term()) -> ok
Generated by EDoc