Client

MessagePack RPC Client

Constructors

this
this(Endpoint endpoint)
Undocumented in source.
this
this(string endpoint)
Undocumented in source.

Members

Functions

call
T call(string method, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
callAsync
Future callAsync(string method, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
notify
void notify(string method, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
onResponse
void onResponse(size_t id, Value error, Value result)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta