GrpcCallOptions QML Type
GrpcCallOptions는 추가 콜 옵션을 설정하는 데 사용되는 스토리지 클래스입니다. 더 보기...
Import Statement: | import QtGrpc |
Since: | Qt 6.7 |
In C++: | QGrpcCallOptions |
속성
- deadlineTimeout : int
- metadata : GrpcMetadata
상세 설명
서비스와의 통신을 위해 채널에서 사용하는 호출 옵션에 액세스하기 위한 속성 집합을 제공합니다. gRPC™ 채널에서 사용하는 호출 옵션에 액세스할 수 있는 속성 집합을 제공합니다.
QGrpcCallOptions도 참조하세요 .
속성 문서
deadlineTimeout : int |
통화의 마감일 값을 설정합니다.
QGrpcCallOptions::deadlineTimeout도 참조 하세요.
metadata : GrpcMetadata |
호출에 사용되는 메타데이터에 대한 포인터를 설정합니다.
GrpcMetadata도 참조 하세요.
© 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.