JsonRpcAutoClient

Base class for creating a Json RPC automatic client.

Constructors

this
this(IRpcClient!(TId, TReq, TResp) client, RpcInterfaceSettings settings)
Undocumented in source.

Members

Functions

executeMethod
ReturnType!Func executeMethod(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, TReq, TResp) _client;
Undocumented in source.
_settings
RpcInterfaceSettings _settings;
Undocumented in source.

Meta