Skip to main content

Crate camel_component_direct

Crate camel_component_direct 

Source
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§

DirectComponent
The Direct component provides in-memory synchronous communication between routes.
DirectConfig
Configuration for Direct endpoints parsed from URIs.