View Source Envio.Backend behaviour (envio v0.10.0)

The behaviour to be implemented for all the backends.

Link to this section Summary

Callbacks

The callback when the envio is received.

Link to this section Callbacks

Link to this callback

on_envio( message, meta )

View Source

Specs

on_envio(
  message :: %{atom: term()},
  meta :: %{atom: term()}
) :: {:ok, term()} | {:error, term()}

The callback when the envio is received.