pub fn inbound_route(topic: &str, type_hint: Option<String>) -> RouteKeyExpand description
Engine route for an inbound STOMP MESSAGE.
A non-empty type hint becomes RouteKey::typed; missing or empty
is RouteKey::topic (wildcard).
pub fn inbound_route(topic: &str, type_hint: Option<String>) -> RouteKeyEngine route for an inbound STOMP MESSAGE.
A non-empty type hint becomes RouteKey::typed; missing or empty
is RouteKey::topic (wildcard).