Skip to main content

RPC_METHOD_ORIGINAL

Constant RPC_METHOD_ORIGINAL 

pub const RPC_METHOD_ORIGINAL: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

The original name of the method used by the client.

§Notes

§Examples

  • "com.myservice.EchoService/catchAll"
  • "com.myservice.EchoService/unknownMethod"
  • "InvalidMethod"