Function wireman_core::client::call_unary_blocking
source · pub fn call_unary_blocking(
req: &RequestMessage,
tls_config: Option<TlsConfig>,
) -> Result<ResponseMessage>
Expand description
Creates a new gRPC
client and sends a message to a gRPC
server.
This method is blocking.
§Errors
- Internal error calling the
gRPC
server