QGrpcCallReply Class

QGrpcCallReplyクラスは、単項RPCを処理する際のアクセスを提供します。詳細...

ヘッダ #include <QGrpcCallReply>
CMake: find_package(Qt6 REQUIRED COMPONENTS Grpc)
target_link_libraries(mytarget PRIVATE Qt6::Grpc)
以来:Qt 6.5
継承: QGrpcOperation

パブリック関数

virtual ~QGrpcCallReply() override

詳しい説明

QGrpcCallReplyクラスは、単項のリモートプロシージャコール(RPC)を処理するためのインターフェイスを提供します。 gRPCサービス・メソッドの 1 つです。

高レベルの概要については、Qt GRPC クライアント・ガイドを参照してください。

注: Client インターフェースが返す一意の RPC ハンドラを管理する責任はユーザーにあり、少なくともfinished シグナルが発せられるまではその存在を確保すること。このシグナルを受け取った後、ハンドラは安全に再割り当てまたは破棄することができる。

メンバ関数ドキュメント

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

QGrpcCallReply を破壊する。

© 2025 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.