[−][src]Module fxa_email_service::queues
Queue-processing abstractions.
Re-exports
pub use self::sqs::Queue as Sqs; |
Modules
| notification |
Generic queue notification types. |
| sqs |
Concrete trait implementations for AWS SQS queues. |
Structs
| Message |
Generic message type. |
| QueueIds |
Queue "ids" (which is really just a generic name for SQS queue URLs). |
| Queues |
Top-level queue wrapper. |
Traits
| Factory |
A queue factory. |
| Incoming |
An incoming bounce/complaint queue. |
| Outgoing |
An outgoing notification queue. |