Clients

This package contains classes used to create GRPC clients.

Types

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.

Helpers

Helper module for processing responses.