lib/lapin/producer/pub_sub.ex

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