gen_amqp v3.5.1 GenAMQP.Client

Client for consuming AMQP services

Link to this section Summary

Link to this section Functions

Link to this function call(sup_name, exchange, payload, opts \\ [])
call(GenServer.name(), String.t(), String.t(), Keyword.t()) :: any()
Link to this function call_with_conn(conn_name, exchange, payload, opts \\ [])
call_with_conn(GenServer.name(), String.t(), String.t(), Keyword.t()) :: any()
Link to this function publish(sup_name, exchange, payload, opts \\ [])
publish(GenServer.name(), String.t(), String.t(), Keyword.t()) :: any()
Link to this function publish_with_conn(conn_name, exchange, payload, opts \\ [])
publish_with_conn(GenServer.name(), String.t(), String.t(), Keyword.t()) ::
  any()