QGrpcCallReply Class

The QGrpcCallReply class contains data for asynchronous call of gRPC client API. More...

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

Reimplemented Public Functions

virtual void abort() override

Detailed Description

It's owned by the client class that created it. QGrpcCallReply could be used by QAbstractGrpcChannel implementations to control call workflow and abort calls if possible in the event of QGrpcCallReply::abort being called by a library user.

Member Function Documentation

[override virtual] void QGrpcCallReply::abort()

Aborts this reply and try to abort call in channel.