Expand description
Context-global in-flight claim (drainclaim), Exchange-carried extension (claimfamily).
InFlightClaim is one accepted-not-completed unit on the
context-global counter (CamelContext::total_in_flight()). The type
lives in camel-api — not camel-component-api — so crate::Exchange
can carry a claim directly (rc-hllkk, rc-qbigm): stash sites behind
dyn traits and raw-Exchange channels (resequencer buffers,
embedded aggregator buckets) receive resident exchanges as bare
Exchange values with no envelope, and their residency stays counted
only if the claim rides the exchange itself.
Structs§
- InFlight
Claim - One accepted-not-completed unit on the context-global in-flight counter.