Skip to main content

RPC_SYSTEM_NAME

Constant RPC_SYSTEM_NAME 

Source
pub const RPC_SYSTEM_NAME: &'static str;
Expand description

The Remote Procedure Call (RPC) system.

ยงNotes

The client and server RPC systems may differ for the same RPC interaction. For example, a client may use Apache Dubbo or Connect RPC to communicate with a server that uses gRPC since both protocols provide compatibility with gRPC