sylvia_iot_broker::routes

Function new_ctrl_senders

Source
pub fn new_ctrl_senders(
    mq_conns: &Arc<Mutex<HashMap<String, Connection>>>,
    ch_conf: &MqChannels,
    cache: Option<Arc<dyn Cache>>,
) -> Result<CtrlSenders, Box<dyn StdError>>