lib/lapin/consumer/topic.ex
defmodule Lapin.Consumer.Topic do
@moduledoc """
`Lapin.Consumer` implementation for the
[Topics](http://www.rabbitmq.com/tutorials/tutorial-five-elixir.html)
RabbitMQ pattern.
"""
use Lapin.Consumer
end
defmodule Lapin.Consumer.Topic do
@moduledoc """
`Lapin.Consumer` implementation for the
[Topics](http://www.rabbitmq.com/tutorials/tutorial-five-elixir.html)
RabbitMQ pattern.
"""
use Lapin.Consumer
end