Record: ListenerConfiguration
Configurations for managing the gRPC server endpoint.
Closed record
Fields
- host string(default "0.0.0.0")
- secureSocket ListenerSecureSocket?(default ())
- timeout decimal(default DEFAULT_LISTENER_TIMEOUT)
The server hostname
The SSL configurations for the server endpoint
Period of time in seconds that a connection waits for a read/write operation. Use value 0 to disable the timeout