treewalker v0.4.1
  • Pages
  • Modules

    View Source treewalker_worker (treewalker v0.4.1)

    Link to this section Summary

    Types

    config/0
    retry_policy/0
    url/0

    Functions

    handle_call(Request, From, State)
    handle_cast(Msg, State)
    handle_continue(_, State)
    handle_info(Info, State)
    init(_)
    start_link(Url, RetryPolicy, Config, ParentPid)
    terminate(Reason, State)

    Link to this section Types

    Link to this type

    config/0

    View Source
    -type config() :: treewalker_crawler_config:config().
    Link to this type

    retry_policy/0

    View Source
    -type retry_policy() :: #retry_policy{}.
    Link to this type

    url/0

    View Source
    -type url() :: treewalker_page:url().

    Link to this section Functions

    Link to this function

    handle_call(Request, From, State)

    View Source
    Link to this function

    handle_cast(Msg, State)

    View Source
    Link to this function

    handle_continue(_, State)

    View Source
    Link to this function

    handle_info(Info, State)

    View Source
    Link to this function

    init(_)

    View Source
    Link to this function

    start_link(Url, RetryPolicy, Config, ParentPid)

    View Source
    -spec start_link(url(), retry_policy(), config(), pid()) -> {ok, pid()} | {error, term()}.
    Link to this function

    terminate(Reason, State)

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.3) for the Elixir programming language