QAbstractGrpcChannel Class
The QAbstractGrpcChannel class is interface that represents common gRPC channel functionality. More...
| Header: | #include <QAbstractGrpcChannel> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Grpc) target_link_libraries(mytarget PRIVATE Qt6::Grpc) |
| Since: | Qt 6.5 |
| Inherited By: |
Detailed Description
You may implement this interface to create own channels for gRPC transport.