SpiderMan.Engine (spider_man v0.2.1)

Engine

Link to this section Summary

Link to this section Types

Specs

state() :: map()

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

continue(spider, timeout \\ :infinity)

Link to this function

continue_component(spider, component, timeout \\ :infinity)

Link to this function

dump2file(spider, file_name \\ nil, timeout \\ :infinity)

Link to this function

dump2file_force(spider, file_name \\ nil, timeout \\ :infinity)

Link to this function

get_state(spider)

See :sys.get_state/1.

Link to this function

retry_failed(spider, max_retries \\ 3, timeout \\ :infinity)

Link to this function

start_link(options)

Link to this function

suspend(spider, timeout \\ :infinity)

Link to this function

suspend_component(spider, component, timeout \\ :infinity)