View Source Vectoree.TreeServer (Vectoree v0.0.1)

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

notify(server, path, tree)

View Source
Link to this function

query(server, path, opts \\ [])

View Source
Link to this function

query_apply(server, path, acc, fun, opts \\ [])

View Source
Link to this function

start_processor(server, module, mount_path, listen_path)

View Source
Link to this function

start_sink(server, module, listen_path)

View Source
Link to this function

start_source(server, module, mount_path)

View Source
Link to this function

stop_processor(server, pid)

View Source
Link to this function

stop_source(server, pid)

View Source