coney v2.2.0 Coney

Link to this section Summary

Link to this section Functions

Link to this function

publish(exchange_name, message)
publish(String.t(), String.t()) :: :published | {:error, :no_connected_servers}

Link to this function

publish(exchange_name, routing_key, message)
publish(String.t(), String.t(), String.t()) ::
  :published | {:error, :no_connected_servers}

Link to this function

status()
status() :: [{pid(), :pending | :connected | :disconnected}]