Module treewalker_worker

Behaviours: gen_server.

Data Types

config()

config() = treewalker_crawler_config:config()

retry_policy()

retry_policy() = #retry_policy{}

url()

url() = treewalker_page:url()

Function Index

handle_call/3
handle_cast/2
handle_continue/2
handle_info/2
init/1
start_link/4
terminate/2

Function Details

handle_call/3

handle_call(Request, From, State) -> any()

handle_cast/2

handle_cast(Msg, State) -> any()

handle_continue/2

handle_continue(X1, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

start_link/4

start_link(Url::url(), RetryPolicy::retry_policy(), Config::config(), ParentPid::pid()) -> {ok, pid()} | {error, term()}

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc