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 .