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 channel between routes sharing the same context with no serialization overhead.

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.