Sonda v0.1.0 Sonda.Agent View Source
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
get_sink(server, fun)
View Sourceget_sink(server :: t(), (Sonda.Sink.t() -> any())) :: any()
Link to this function
record(server, signal, data)
View Sourcerecord(server :: t(), signal :: Sonda.Sink.signal(), data :: any()) :: :ok
Link to this function
start_link(config)
View Sourcestart_link(config :: {Sonda.Sink.t(), (() -> NaiveDateTime.t())}) :: Agent.on_start()
Link to this function
start_link(arg, opts)
View Sourcestart_link( config :: {Sonda.Sink.t(), (() -> NaiveDateTime.t())}, opts :: keyword() ) :: Agent.on_start()