Cephalon.AspNetCore.Grpc
Maturity:
M2· Ownership: cephalon-managed · Family:transport-adapter· See audit, matrix.
Cephalon.AspNetCore.Grpc adds gRPC transport support to the ASP.NET Core host.
What it owns
Section titled “What it owns”- gRPC service registration
- gRPC module contract for host modules
- gRPC route mapping
- shared proto contracts used by the sample/runtime surface
Main surfaces
Section titled “Main surfaces”Hosting/GrpcTransportServiceCollectionExtensions.csModules/IGrpcModule.csRouting/GrpcTransportRouteMapper.csProtos/discovery.proto
Source structure
Section titled “Source structure”HostingModulesProtosRouting
How it fits
Section titled “How it fits”Use this package when a host selects the Grpc transport. Unary, server-streaming, and duplex-streaming support all live behind this adapter package rather than the engine core.