This package contains classes used to create gRPC clients.
Classes
CommandableGrpcClient
Client that calls a commandable gRPC service. Commandable services are generated automatically for ICommandable. Each command is exposed as an invoke method that receives all parameters as args.
GrpcClient
Client that calls remote endpoints using the gRPC protocol.