Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JobDefinition ¶
type JobDefinition struct { Exchange *exchange.Definition Queue *queue.Definition Job worker.Job ConcurrentJobs uint32 }
func NewJobDefinition ¶
func NewJobDefinition(queue *queue.Definition, exchange *exchange.Definition, job worker.Job, concurrentJobs uint32) *JobDefinition
type Worker ¶
type Worker struct { *worker.WorkerBase // contains filtered or unexported fields }
A RabbitMQ worker that will subscribe to a queue and execute a job for each message received
Click to show internal directories.
Click to hide internal directories.