Honeylixir.TransmissionSender (honeylixir v0.5.0) View Source
Typically invoked as a Task, handles sending the Honeylixir.Event
batches to
the Honeylixir.Client
and adding responses to the queue.
Link to this section Summary
Functions
Does the actual passoff to the Honeylixir.Client
for sending.
Link to this section Functions
Specs
send_batch([Honeylixir.Event.t()]) :: :ok
Does the actual passoff to the Honeylixir.Client
for sending.
Responses are sent via :telemetry.execute/3
.