Creates and configures a gRPC client instance.
This function initializes a new gRPC client with the specified target server and allows optional customization of the client's configuration through a configuration block.
Return
A new instance of GrpcClient configured with the specified target and options.
Parameters
The gRPC server hostname to connect to.
The gRPC server port to connect to.
An optional configuration block to customize the GrpcClientConfiguration. This can include setting up interceptors, specifying credentials, customizing message marshaller resolution, and overriding default authority.
See also
Creates and configures a gRPC client instance.
This function initializes a new gRPC client with the specified target server and allows optional customization of the client's configuration through a configuration block.
Return
A new instance of GrpcClient configured with the specified target and options.
Parameters
The gRPC server endpoint to connect to, typically specified in the format hostname:port.
An optional configuration block to customize the GrpcClientConfiguration. This can include setting up interceptors, specifying credentials, customizing message marshaller resolution, and overriding default authority.