- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBroadcaster
Broadcaster getBroadcaster(string bus)
Undocumented in source. Be warned that the author may not have intended to support it.
- getClient
RMIStub!X getClient(string uniqName)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(string topic, V val, QoSLevel q)
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
void receive(string t, BusData msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string bus, void delegate(string, const(ubyte)[]) dlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string bus, void delegate(string, Json) dlg)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string bus, void delegate(string, BusData bm) dlg)
Undocumented in source. Be warned that the author may not have intended to support it.