transporters/grpc/grpc_message_handler library
Classes
-
GrpcInvocationPayload<
Q, R> - Wraps all gRPC invocation data needed by GrpcMessageResolver.handleMessage to set up the Serinus context and invoke the service method.
- GrpcMessageResolver
-
The GrpcMessageResolver class is the gRPC implementation of the
MessagesResolverclass. -
GrpcServiceContext<
T> -
The
GrpcRouteContextclass is the gRPC route context.
Extensions
- ServiceCallContext on ServiceCall
-
The
GrpcUnaryHandlertypedef is the gRPC unary handler function.