Coney (coney v3.1.3)

Summary

Functions

Link to this function

publish(exchange_name, message)

@spec publish(String.t(), binary()) :: :published | {:error, :no_connected_servers}
Link to this function

publish(exchange_name, routing_key, message)

@spec publish(String.t(), String.t(), binary()) ::
  :published | {:error, :no_connected_servers}
Link to this function

publish_async(exchange_name, message)

@spec publish_async(String.t(), binary()) :: :ok
Link to this function

publish_async(exchange_name, routing_key, message)

@spec publish_async(String.t(), String.t(), binary()) :: :ok
@spec status() :: [{pid(), :pending | :connected | :disconnected}]