transporters/grpc/grpc_transport library
Classes
- GrpcOptions
- The GrpcOptions class is the gRPC transport options.
- GrpcTransport
- A gRPC transport adapter.
- SerinusInterceptor
- The SerinusInterceptor class is the gRPC interceptor for Serinus.
Properties
-
grpcContexts
→ Expando<
RpcContext> -
The grpcContexts expando is used to store the gRPC context for each request. This allows us to access the gRPC context from anywhere in the code, as long as we have access to the request object. The gRPC context contains information about the request, such as the metadata and the service call.
final