Module broker

Module broker 

Source
Expand description

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

Structs§

AMQPBroker
An AMQP broker.
AMQPBrokerBuilder
Builds an AMQPBroker with a custom configuration.
RedisBroker
RedisBrokerBuilder

Traits§

Broker
A message Broker is used as the transport for producing or consuming tasks.
BrokerBuilder
A BrokerBuilder is used to create a type of broker with a custom configuration.
Delivery
The type representing a successful delivery.
DeliveryError
The error type of an unsuccessful delivery.
DeliveryStream
The stream type that the Celery app will consume deliveries from.