camel-core 0.5.7

Core engine for rust-camel
Documentation
1
2
3
4
5
6
7
pub mod route;
pub mod route_runtime;
pub mod runtime_event;

pub use route::RouteSpec;
pub use route_runtime::{RouteLifecycleCommand, RouteRuntimeAggregate, RouteRuntimeState};
pub use runtime_event::RuntimeEvent;