QGrpcCallReply Class

The QGrpcCallReply class provides access in handling unary RPCs. More...

Header: #include <QGrpcCallReply>
CMake: find_package(Qt6 REQUIRED COMPONENTS Grpc)
target_link_libraries(mytarget PRIVATE Qt6::Grpc)
Since: Qt 6.5
Inherits: QGrpcOperation

Public Functions

virtual ~QGrpcCallReply() override

Detailed Description

The QGrpcCallReply class provides the interface for handling unary remote procedure calls (RPCs), which is one of the four gRPC service methods.

For a high-level overview, refer to the Qt GRPC Client Guide.

Note: Users are responsible for managing the unique RPC handlers returned by the Client interface, ensuring their existence at least until the finished signal is emitted. After receiving this signal, the handler can be safely reassigned or destroyed.

Member Function Documentation

[override virtual noexcept] QGrpcCallReply::~QGrpcCallReply()

Destroys the QGrpcCallReply.

© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.