Expand description
In-memory direct component for rust-camel — synchronous point-to-point
dispatch between routes sharing the same context. The producer submits
each exchange directly to the consumer route’s pipeline task via
ConsumerContext::send_and_wait; there is no per-message channel hop
inside camel-direct.
Main types: DirectComponent, DirectEndpoint, DirectConsumer, DirectProducer.
Structs§
- Direct
Component - The Direct component provides in-memory synchronous communication between routes.
- Direct
Config - Configuration for Direct endpoints parsed from URIs.