API Reference coney v3.1.2
Modules
Supervisor responsible of ConnectionServer
and ConsumerSupervisor
.
Handles connections between ConsumerServer
and the RabbitMQ instance(s).
Module responsible for processing a rabbit message and send the response
back to ConnectionServer
. Started (and monitored) by ConsumerServer
.
GenServer for handling RabbitMQ messages. Spawns and monitors one task per message
and forwards the response to ConnectionServer
.
Supervisor for all ConsumerServer of the application.