Library Modulegrpc-swift 2.0.0GRPCInProcessTransport
GRPCInProcessTransport
This module contains an in-process transport.
import GRPCInProcessTransport
Module information
- Declarations
- 20
- Symbols
- 20
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.
Transports
struct InProcessTransport
class Client
An in-process implementation of a
ClientTransport
.class Server
An in-process implementation of a
ServerTransport
.