gen_amqp v5.0.2 GenAMQP.Client

Client for consuming AMQP services

Link to this section Summary

Link to this section Functions

Link to this function

call_with_conn(conn_name, exchange, route, payload, opts \\ [])
call_with_conn(
  GenServer.name(),
  String.t(),
  String.t(),
  String.t(),
  Keyword.t()
) :: any()

Link to this function

publish_with_conn(conn_name, exchange, route, payload, opts \\ [])
publish_with_conn(
  GenServer.name(),
  String.t(),
  String.t(),
  String.t(),
  Keyword.t()
) :: any()