Spandex v2.4.4 Spandex.Adapter behaviour View Source

The callbacks required to implement the Spandex.Adapter behaviour.

Link to this section Summary

Link to this section Callbacks

Link to this callback default_sender() View Source
default_sender() :: module()
Link to this callback distributed_context(arg0, arg1) View Source
distributed_context(Plug.Conn.t(), Keyword.t()) ::
  {:ok, Spandex.SpanContext.t()} | {:error, atom()}
Link to this callback inject_context(arg0, arg1, arg2) View Source