Constant RPC_METHOD_ORIGINAL
Source pub const RPC_METHOD_ORIGINAL: &'static str;
Expand description
The original name of the method used by the client.
§Notes
§Examples
"com.myservice.EchoService/catchAll"
"com.myservice.EchoService/unknownMethod"
"InvalidMethod"