- 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.
MessagePack RPC Client