QQmlGrpcCallOptions QML Type

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

import 语句: import QtGrpc
Since: Qt 6.7
实例化: QGrpcCallOptions

特性

详细描述

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

另请参阅 QGrpcCallOptions .

特性文档编制

deadline : int

Holds a deadline value for a call.

另请参阅 QGrpcCallOptions::deadline .

metadata : QQmlGrpcMetadata

Holds a pointer to the metadata used for a call.

另请参阅 QQmlGrpcMetadata and QGrpcMetadata .