[−][src]Module celery::protocol
Defines the Celery protocol.
The top part of the protocol is the Message
struct, which builds on
top of the protocol for a broker. This is why a broker's delivery
type must implement
TryCreateMessage
.
Structs
Message | A |
MessageBody | The body of a message. Contains the task itself as well as callback / errback signatures and work-flow primitives. |
MessageBodyEmbed | Contains callback / errback signatures and work-flow primitives. |
MessageBuilder | Create a message with a custom configuration. |
MessageHeaders | Additional meta data pertaining to the Celery protocol. |
MessageProperties | Message meta data pertaining to the broker. |
Traits
TryCreateMessage | A trait for attempting to create a |