QAbstractGrpcService Class
The QAbstractGrpcService class is a bridge between gRPC service. More...
| Header: | #include <QAbstractGrpcService> |
| CMake: | find_package(Qt6 REQUIRED COMPONENTS Grpc) target_link_libraries(mytarget PRIVATE Qt6::Grpc) |
| Since: | Qt 6.5 |
| Inherits: | QObject |
Detailed Description
QAbstractGrpcService provides set of bridge functions for server classes generated out of protobuf services.