- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- getBroadcaster
Broadcaster getBroadcaster(string topic)
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, Rel lvl)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(string topic, Json val, Rel lvl)
Undocumented in source. Be warned that the author may not have intended to support it.
- publish
void publish(string topic, string data, Rel lvl)
Undocumented in source. Be warned that the author may not have intended to support it.
- receive
void receive(string t, Json msg)
Undocumented in source. Be warned that the author may not have intended to support it.
- subscribe
void subscribe(string topic, 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, V) dlg)
Undocumented in source. Be warned that the author may not have intended to support it.