RegistryService

Undocumented in source.

Constructors

this
this(Channel chanel)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

deregisterInstance
bool deregisterInstance(string serviceName, string ip, short port)
Undocumented in source. Be warned that the author may not have intended to support it.
getAllInstances
Instance[] getAllInstances(string serviceName)
Undocumented in source. Be warned that the author may not have intended to support it.
registerInstance
bool registerInstance(string serviceName, string ip, short port)
Undocumented in source. Be warned that the author may not have intended to support it.
subscribe
void subscribe(string serviceName, Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
unsubscribe
void unsubscribe(string serviceName, Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta