JsonRpcAutoAttributeClient

Constructors

this
this(RpcClient client, RpcInterfaceSettings settings)
Undocumented in source.

Members

Aliases

AutoClient
alias AutoClient(I) = JsonRpcAutoClient!(I, TId, TReq, TResp)
Undocumented in source.
RpcClient
alias RpcClient = IRpcClient!(TId, TReq, TResp)
Undocumented in source.
TReq
alias TReq = JsonRpcRequest!TId
Undocumented in source.
TResp
alias TResp = JsonRpcResponse!TId
Undocumented in source.

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

_autoClient
AutoClient!I _autoClient;
Undocumented in source.

Meta