TaskBunny v0.3.4 TaskBunny.PublisherWorker View Source

GenServer worker to publish a message on a queue

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Attempt to get a channel for the current connection and publish the message on the specified queue

Initializes the GenServer

Starts the publisher

Closes the AMQP channels opened to publish

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function handle_call(msg, from, state) View Source
handle_call(
  {:publish, atom(), String.t(), String.t(), String.t(), list()},
  any(),
  map()
) :: {:reply, :ok, map()}

Attempt to get a channel for the current connection and publish the message on the specified queue

Link to this function init(_) View Source
init(any()) :: {:ok, map()}

Initializes the GenServer

Starts the publisher

Link to this function terminate(arg1, state) View Source
terminate(any(), map()) :: :ok

Closes the AMQP channels opened to publish