camel-core 0.25.0

Core engine for rust-camel
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod registration_port;
pub mod route_destructive_teardown_port;
pub mod route_ordering_port;
pub mod runtime_ports;

pub(crate) use registration_port::RouteRegistrationPort;
pub use route_destructive_teardown_port::RouteDestructiveTeardownPort;
pub use route_ordering_port::RouteOrderingPort;
pub use runtime_ports::*;