GrpcCallOptions QML Type

The GrpcCallOptions is a storage class used to set additional call options. 更多...

import 語句: import QtGrpc
Since: Qt 6.7
在 C++: QGrpcCallOptions

特性

詳細描述

Provides a set of properties to access the call options that are used by gRPC channels to communicate with the services.

另請參閱 QGrpcCallOptions .

特性文檔編製

deadlineTimeout : int

Sets a deadline value for a call.

另請參閱 QGrpcCallOptions::deadlineTimeout .

metadata : GrpcMetadata

Sets a pointer to the metadata used for a call.

另請參閱 GrpcMetadata .