RabbitMQReceiver v0.1.0 RabbitMQReceiver
Documentation for RabbitMQReceiver.
Link to this section Summary
Functions
Hello world
Starts linked RabbitMQReceive rprocess and returns it’s pid, or raises otherwise
Link to this section Functions
Link to this function
ack_delivery(server, delivery_tag)
Link to this function
hello()
Hello world.
Examples
iex> RabbitMQReceiver.hello
:world
Link to this function
start_link(rabbit_options \\ [], queue_name, callback_module, callback_function, gen_server_options \\ [])
Starts linked RabbitMQReceive rprocess and returns it’s pid, or raises otherwise.