gRPC Methods
Create and manage individual RPC method definitions with request/response messages and streaming modes
This folder contains RPC method definitions for the parent gRPC service. Each file defines one method with its streaming mode, request message, and response message.
Learn more
Services and Methods
Define gRPC services with interceptor chains and methods covering all four streaming patterns.
Error Handling
gRPC status codes, structured error details, retry policies, hedging strategies, and deadline propagation.
Streaming Patterns
Overview of all four gRPC streaming patterns with real examples: unary, server-streaming, client-streaming, and bidirectional.