Documentation.md 406 B

GRPCInProcessTransport

This module contains an in-process transport.

Overview

The in-process transport allows you to run a gRPC client and server within the same process without using a networking stack. This is great for testing but is also suitable for production use cases.

Topics

Transports

  • InProcessTransport
  • InProcessTransport/Client
  • InProcessTransport/Server