Library Modulegrpc-swift 2.0.0GRPCInProcessTransport

GRPCInProcessTransport

This module contains an in-process transport.

Documentation.md
import GRPCInProcessTransport

Module information

Declarations
20
Symbols
20

Coverage

45.0 percent of the declarations in GRPCInProcessTransport are fully documented40.0 percent of the declarations in GRPCInProcessTransport are indirectly documented15.0 percent of the declarations in GRPCInProcessTransport are completely undocumented

Declarations

15.0 percent of the declarations in GRPCInProcessTransport are initializers, type members, or enum cases50.0 percent of the declarations in GRPCInProcessTransport are instance members5.0 percent of the declarations in GRPCInProcessTransport are structures10.0 percent of the declarations in GRPCInProcessTransport are classes20.0 percent of the declarations in GRPCInProcessTransport are typealiases

Interfaces

100.0 percent of the declarations in GRPCInProcessTransport are unrestricted
Module stats and coverage details

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