Module apalis_core::layers
source · Expand description
Represents middleware offered through tower
Modules§
- Extension data for tasks.
Structs§
- A layer that acknowledges a job completed successfully
- The underlying service for an AckLayer
- A generic layer that has been stripped off types. This is returned by a crate::Backend and can be used to customize the middleware of the service consuming tasks
- Declaratively construct
Service
values.
Traits§
- A trait for acknowledging successful processing
- Decorates a
Service
, transforming either the request or the response. - An asynchronous function from a
Request
to aResponse
.