Accessor

Constructors

this
this(Transport t, T serv, string uniqName, Duration waitTime, size_t maxWaitResponses)
Undocumented in source.

Members

Classes

BCaster
class BCaster
Undocumented in source.
CliCom
class CliCom
Undocumented in source.

Functions

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.

Variables

defaultRel
Rel defaultRel;
Undocumented in source.
ll
Transport ll;
Undocumented in source.
maxWaitResponses
size_t maxWaitResponses;
Undocumented in source.
name
string name;
Undocumented in source.
skeleton
RMISkeleton!T skeleton;
Undocumented in source.
waitSleepStep
Duration waitSleepStep;
Undocumented in source.
waitTime
Duration waitTime;
Undocumented in source.

Meta