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§
- Direct
Component - The Direct component provides in-memory synchronous communication between routes.
- Direct
Config - Configuration for Direct endpoints parsed from URIs.