lib/lapin/consumer/pub_sub.ex

defmodule Lapin.Consumer.PubSub do
  @moduledoc """
  `Lapin.Consumer` implementation for the
  [Publish/Subscribe](http://www.rabbitmq.com/tutorials/tutorial-three-elixir.html)
  RabbitMQ pattern.
  """
  use Lapin.Consumer
end