JsonRPCAutoClient

Base class to create a Json RPC automatic client.

Members

Functions

executeMethod
RT executeMethod(InterfaceInfo!I info, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

client
auto client [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_client
IRPCClient!(TId, JsonRPCRequest!TId, JsonRPCResponse!TId) _client;
Undocumented in source.
_settings
RPCInterfaceSettings _settings;
Undocumented in source.

Meta