This allows for generation of proxy which translates RPC calls into raw calls that can be sent through the network.
This allows for generation of proxy which translates RPC calls into raw calls that can be sent through the network.
Registers callback which will be called whenever RPC request returns failure.
Registers callback which will be called whenever RPC request returns failure.
The callbacks are executed in order of registration. Registration operations don't preserve callbacks order. Each callback is executed once, exceptions thrown in callbacks are swallowed.
Proxy for remote RPC implementation.
Proxy for remote RPC implementation. Use this to perform RPC calls.