pub type DispatchTable = Arc<RwLock<HashMap<String, Sender<RequestEnvelope>>>>;
Maps URL path → channel sender for the consumer that owns that path.
pub struct DispatchTable { /* private fields */ }