Module celery::broker

source ·
Expand description

The broker is an integral part of a Celery app. It provides the transport for messages that encode tasks.

Structs

An AMQP broker.
Builds an AMQPBroker with a custom configuration.

Traits

A message Broker is used as the transport for producing or consuming tasks.
A BrokerBuilder is used to create a type of broker with a custom configuration.