Record -
grpc
: ClientConfiguration
Represents client endpoint configuration.
Fields
- timeoutInMillis int (default 60000)
-
The maximum time to wait (in milliseconds) for a response before closing the connection
- poolConfig PoolConfiguration? (default ())
-
Connection pool configuration
- secureSocket SecureSocket? (default ())
-
SSL/TLS related options
- compression Compression (default COMPRESSION_AUTO)
-
Specifies the way of handling compression (
accept-encoding
) header