rabbit_mq_ex v0.0.0-alpha-1 RabbitMQ.Consumer.Worker

The single Consumer worker used to consume messages from a queue.

Calls consume/3 defined in the parent module for each message consumed.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Invoked when the server is about to exit. It should do any cleanup required. See https://hexdocs.pm/elixir/GenServer.html#c:terminate/2 for more details.

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start_link(config)

Link to this function

terminate(reason, state)

Invoked when the server is about to exit. It should do any cleanup required. See https://hexdocs.pm/elixir/GenServer.html#c:terminate/2 for more details.