Cephalon.AspNetCore.JsonRpc
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Maturity:
M2· Ownership: cephalon-managed · Family:transport-adapter· See audit, matrix.
Cephalon.AspNetCore.JsonRpc adds JSON-RPC transport support to the ASP.NET Core host.
What it owns
Section titled “What it owns”- JSON-RPC service registration
- JSON-RPC module contract for package and in-repo modules
- JSON-RPC route mapping under the host transport surface
Main surfaces
Section titled “Main surfaces”Hosting/JsonRpcTransportServiceCollectionExtensions.csModules/IJsonRpcModule.csRouting/JsonRpcTransportRouteMapper.cs
Source structure
Section titled “Source structure”HostingModulesRouting
How it fits
Section titled “How it fits”Use this package when a host selects the JsonRpc transport. The engine still owns transport selection; this package just provides the ASP.NET Core adapter that makes that selection executable.