View Source Neuron.Connection behaviour (neuron v5.1.0)

Neuron.Connection is a behaviour for defining pluggable connectors for Neuron library.

Link to this section Summary

Link to this section Callbacks

@callback call(String.t(), Keyword.t()) :: {:ok, Neuron.Response.t()} | {:error, term()}