Interface WxCreateBusOutput<TConfig>

Source
Expand description

Output of a bus creator function

interface WxCreateBusOutput<TConfig extends WxProtocolConfig> {
    connection: WxCloseController;
    protocols: WxProtocolOutput<TConfig>;
}

Properties§

§connection: WxCloseController

The handle that can be used to control the connection

§protocols: WxProtocolOutput<TConfig>

Bound protocol senders for the handlers passed in as config