Expand description
camel-function — function registry and lifecycle management for Camel Rust.
Allows registering named functions (WASM or container-based) that can be invoked from route definitions and expressions. Functions are pooled, health-checked, and hot-reloadable.
Main types: FunctionConfig, FunctionRuntimeService, RunnerHandle, ContainerProvider.
Main modules: protocol, provider.
Re-exports§
pub use provider::HealthReport;pub use provider::container::ContainerProvider;pub use provider::container::ContainerProviderBuilder;pub use provider::container::PullPolicy;
Modules§
Structs§
- Exchange
Patch - Function
Config - Function
Definition - Function
Diff - Function
Id - Function
Runtime Service - Prepare
Token - Runner
Handle