tracer

v0.1.0

  • Pages
  • Modules

    tracer v0.1.0 Tracer.Tool behaviour

    Module that is used by all Tool implementations

    Link to this section Summary

    Functions

    add_probe(state, probe)
    get_agent_opts(state)
    get_forward_to(state)
    get_nodes(state)
    get_probes(state)
    get_tool_field(state, field)
    handle_event(event, state)
    handle_flush(state)
    handle_start(state)
    handle_stop(state)
    handle_valid?(state)
    new(tool_module, params)
    remove_probe(state, probe)
    set_tool_field(state, field, value)
    valid?(state)

    Callbacks

    init(list)

    Link to this section Functions

    Link to this function add_probe(state, probe)
    Link to this function get_agent_opts(state)
    Link to this function get_forward_to(state)
    Link to this function get_nodes(state)
    Link to this function get_probes(state)
    Link to this function get_tool_field(state, field)
    Link to this function handle_event(event, state)
    Link to this function handle_flush(state)
    Link to this function handle_start(state)
    Link to this function handle_stop(state)
    Link to this function handle_valid?(state)
    Link to this function new(tool_module, params)
    Link to this function remove_probe(state, probe)
    Link to this function set_tool_field(state, field, value)
    Link to this function valid?(state)

    Link to this section Callbacks

    Link to this callback init(list)
    init([any]) :: any

    Built using ExDoc (v0.16.3), designed by Friedel Ziegelmayer.