Expand description
interface WxCreateBusOutput<TConfig extends WxProtocolConfig> {
connection: WxCloseController;
protocols: WxProtocolOutput<TConfig>;
}Properties§
§§
connection: WxCloseControllerThe handle that can be used to control the connection
protocols: WxProtocolOutput<TConfig>Bound protocol senders for the handlers passed in as config
Output of a bus creator function