Expand description
The broker is an integral part of a Celery
app. It provides the transport for messages that
encode tasks.
Structs§
- AMQP
Broker - An AMQP broker.
- AMQP
Broker Builder - Builds an
AMQPBroker
with a custom configuration. - Redis
Broker - Redis
Broker Builder
Traits§
- Broker
- A message
Broker
is used as the transport for producing or consuming tasks. - Broker
Builder - A
BrokerBuilder
is used to create a type of broker with a custom configuration. - Delivery
- The type representing a successful delivery.
- Delivery
Error - The error type of an unsuccessful delivery.
- Delivery
Stream - The stream type that the
Celery
app will consume deliveries from.