Module grpc

Module grpc 

Source
Expand description

Functionality for managing asynchronous gRPC calls.

Structs§

GrpcCall
Represents an async oneshot gRPC request to the upstream.
GrpcCallBuilder
A gRPC call builder.
GrpcClient
An asynchronous gRPC client to make calls with.
GrpcMethodBuilder
A gRPC request builder for gRPC methods.
GrpcProxyError
Proxy status problem.
GrpcResponse
A gRPC response containing an inner typed message.
GrpcServiceBuilder
A gRPC request builder for gRPC services.
GrpcStatus
Represents a status returned from a gRPC endpoint.

Enums§

GrpcCallError
The Errors that may occur when processing a gRPC request before sending it to upstream.
GrpcClientError
The Errors that may occur when processing a gRPC request.
GrpcStatusCode
The possible status that a gRPC endpoint can return.