Record -
grpc
: ListenerConfiguration
Represents the gRPC server endpoint configuration.
Fields
- host string (default 0.0.0.0)
-
The server hostname.
- secureSocket ListenerSecureSocket? (default ())
-
The SSL configurations for the client endpoint.
- timeoutInMillis int (default DEFAULT_LISTENER_TIMEOUT)
-
Period of time in milliseconds that a connection waits for a read/write operation. Use value 0 to disable timeout.