let server: Self.Server
s22GRPCInProcessTransport02InbC0V6serverAC6ServerCvp
4DXHI
import GRPCInProcessTransport
This module contains an in-process transport.
struct InProcessTransport
final class Server
An in-process implementation of a ServerTransport.
ServerTransport
init(serviceConfig: ServiceConfig = ServiceConfig())
Initializes a new InProcessTransport pairing a Client and a Server.
InProcessTransport
Client
Server
let client: Self.Client
final class Client
An in-process implementation of a ClientTransport.
ClientTransport