Amqpx.Gen.Producer (amqpx v6.1.1)
Generic implementation of amqp producer
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Types
Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
@spec publish_by( producer_name :: GenServer.name(), exchange_name :: String.t(), routing_key :: String.t(), payload :: String.t(), options :: Keyword.t() ) :: :ok | :error
@spec start_link(opts :: map()) :: GenServer.server()