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 .