QGrpcClientStream Class

The QGrpcClientStream class provides the interface to access the client-side gRPC stream functionality from gRPC client side. 更多...

头: #include <QGrpcClientStream>
CMake: find_package(Qt6 REQUIRED COMPONENTS Grpc)
target_link_libraries(mytarget PRIVATE Qt6::Grpc)
Since: Qt 6.7
继承: QGrpcOperation
状态: 技术预览

公共函数

virtual ~QGrpcClientStream () override
void sendMessage (const T & message )

详细描述

成员函数文档编制

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

销毁 QGrpcClientStream 对象。

template <typename T> void QGrpcClientStream:: sendMessage (const T & message )

Serializes message and sends it to the server.