QQmlGrpcCallOptions QML Type
The QQmlGrpcCallOptions is a storage class used to set additional call options. More...
Import Statement: | import QtGrpc |
Since: | Qt 6.7 |
Instantiates: | QGrpcCallOptions |
Properties
Detailed Description
Provides a set of properties to access the call options that are used by gRPC channels to communicate with the services.
See also QGrpcCallOptions.
Property Documentation
deadline : int |
Holds a deadline value for a call.
See also QGrpcCallOptions::deadline.
metadata : QQmlGrpcMetadata |
Holds a pointer to the metadata used for a call.
See also QQmlGrpcMetadata and QGrpcMetadata.
© 2024 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.