Expand description
Reusable layers Layers that are specific to one plugin should not be placed in this module.
Modules§
- async_
checkpoint - Asynchronous Checkpoint
- instrument
- Instrumentation layer that allows services to be wrapped in a span.
- map_
first_ graphql_ response - Extension of map_future layer. Allows mapping of the first graphql response. Useful when working with a stream of responses.
- map_
future_ with_ request_ data - Extension of map_future layer. Allows mapping of the future using information obtained from the request.
- sync_
checkpoint - Synchronous Checkpoint.
Traits§
- Service
Builder Ext - Extension to the
ServiceBuilder
trait to make it easy to add router specific capabilities (e.g.: checkpoints) to aService
. - Service
Ext - Extension trait for
Service
.