Skip to main content

Module outcome_segment

Module outcome_segment 

Source
Expand description

Wrapper around Box<dyn OutcomePipeline>. Lives in camel-api (NOT camel-core) so EIP segment structs in camel-processor can type their fields as camel_api::OutcomeSegment (camel-processor depends on camel-api, not camel-core). See ADR-0025.

Structsยง

OutcomeSegment
Wrapper around Box<dyn OutcomePipeline>. Constructed via OutcomeSegment::new(...) and run via run(exchange).