module documentation

A channel implementation that routes all calls to one service/method combination.

The Constant channel wraps an existing ClientChannelInterface. It resolves all method lookups to one specified method name. Generated helpers use it for clients that target one service-method namespace. These clients reuse the source channel's network and authorization functions.

Class Constant Channel that proxies requests to a single constant method.
Type Variable T Undocumented

Undocumented

Value
TypeVar('T')