ni_grpc_extensions.channelpool
gRPC channel pool.
Classes
Class that manages |
Module Contents
- class ni_grpc_extensions.channelpool.GrpcChannelPool[source]
Class that manages
grpc.Channellifetimes.Initialize the
GrpcChannelPoolobject.- __exit__(exc_type, exc_val, traceback)[source]
Exit the runtime context of the GrpcChannelPool.
- Parameters:
exc_type (type[BaseException] | None)
exc_val (BaseException | None)
traceback (types.TracebackType | None)
- Return type:
Literal[False]