lapin v0.1.1 Lapin

Lapin, an Elixir RabbitMQ client

Comprehensive documentation is available here.

Link to this section Summary

Types

Lapin configuration

Functions

Publish a message to the connection with the specified handle

Link to this section Types

Link to this type config()
config() :: [{:connections, [Lapin.Connection.config]}]

Lapin configuration

Link to this section Functions

Link to this function publish(handle, exchange, routing_key, message, options \\ [])
publish(handle :: Lapin.Connection.Registry.handle, exchange :: Lapin.Connection.exchange, routing_key :: Lapin.Connection.routing_key, message :: Lapin.Message.t, options :: Keyword.t) :: Worker.on_callback

Publish a message to the connection with the specified handle