Skip to main content

Crate camel_config

Crate camel_config 

Source

Re-exports§

pub use config::CamelConfig;
pub use config::ComponentsConfig;
pub use config::ObservabilityConfig;
pub use discovery::DiscoveryError;
pub use discovery::discover_routes;
pub use yaml::YamlRoute;
pub use yaml::YamlRoutes;
pub use yaml::YamlStep;
pub use yaml::load_from_file;
pub use yaml::parse_yaml;

Modules§

config
context_ext
discovery
Route discovery module - finds and loads routes from YAML files using glob patterns.
yaml
YAML route definition parser.