Current section

Files

Jump to
lapin lib lapin pattern hello_world.ex
Raw

lib/lapin/pattern/hello_world.ex

defmodule Lapin.Pattern.HelloWorld do
@moduledoc """
Lapin.Pattern implementation for the
[Hello World](http://www.rabbitmq.com/tutorials/tutorial-one-elixir.html)
RabbitMQ pattern.
"""
use Lapin.Pattern
end