ni_measurementlink_service.grpc.channelpool
gRPC channel pool.
Module Contents
Classes
Class that manages gRPC channel lifetimes. |
- class ni_measurementlink_service.grpc.channelpool.GrpcChannelPool[source]
Bases:
objectClass that manages gRPC channel lifetimes.
- __exit__(exc_type, exc_val, traceback)[source]
Exit the runtime context of the GrpcChannelPool.
- Parameters:
exc_type (Optional[Type[BaseException]]) –
exc_val (Optional[BaseException]) –
traceback (Optional[types.TracebackType]) –
- Return type:
Literal[False]