Skip to main content

Module postprocess

Module postprocess 

Source
Expand description

Data postprocessing layer for connectors.

This module provides a postprocessing framework that allows data transformation after encoding and before transmission.

The postprocessing layer fits between encoding and transport in the data pipeline:

Circuit → Encoder → Postprocessor → Transport

Structs§

PostprocessorRegistry
A registry where all factories that can create Postprocessors are registered.

Enums§

PostprocessorCreateError
Errors that can occur during creation of a postprocessor.

Traits§

Postprocessor
Trait for postprocessing encoded output data before transmission.
PostprocessorFactory
A factory that can create a new Postprocessor object.