itk_queue v0.11.3 ITKQueue.Consumer View Source

Monitors a queue for new messages and passes them to the subscribed handler.

See ITKQueue.ConsumerSupervisor.start_consumer/1.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor

Link to this section Types

Link to this type t() View Source
t() :: %ITKQueue.Consumer{
  channel: AMQP.Channel.t(),
  subscription: ITKQueue.Subscription.t()
}

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.