class documentation
class ChannelBase(GRPCChannel): (source)
Known subclasses: nebius.aio.channel.Channel
Base class used for SDK channel implementations.
This trivial subclass exists primarily for type clarity: SDK components
can accept a ChannelBase to indicate they expect a gRPC channel
implementing the SDK's extended behavior.