Module server
Expand description
Generic server implementation.
This module contains the low level components to build a gRPC server. It provides a codec agnostic gRPC server handler.
The items in this module are generally designed to be used by some codegen tool that will provide the user some custom way to implement the server that will implement the proper gRPC service. Thusly, they are a bit hard to use by hand.
Modules§
Structs§
- Grpc
- A gRPC Server handler.
Traits§
- Client
Streaming Service - A specialization of
Service. - Named
Service - A trait to provide a static reference to the service’s name. This is used for routing service’s within the router.
- Server
Streaming Service - A specialization of
Service. - Streaming
Service - A specialization of
Service. - Unary
Service - A specialization of
Service.