Expand description
Functionality for managing asynchronous gRPC calls.
Structs§
- Grpc
Call - Represents an async oneshot gRPC request to the upstream.
- Grpc
Call Builder - A gRPC call builder.
- Grpc
Client - An asynchronous gRPC client to make calls with.
- Grpc
Method Builder - A gRPC request builder for gRPC methods.
- Grpc
Proxy Error - Proxy status problem.
- Grpc
Response - A gRPC response containing an inner typed message.
- Grpc
Service Builder - A gRPC request builder for gRPC services.
- Grpc
Status - Represents a status returned from a gRPC endpoint.
Enums§
- Grpc
Call Error - The Errors that may occur when processing a gRPC request before sending it to upstream.
- Grpc
Client Error - The Errors that may occur when processing a gRPC request.
- Grpc
Status Code - The possible status that a gRPC endpoint can return.