Skip to main content

create_bus

Function create_bus 

Source
pub fn create_bus(_config: &str) -> Arc<dyn Bus>
Expand description

Create a bus from a config string. “memory” → InMemoryBus “redis://…” → stub (returns error until Phase 8) “kafka://…” → stub