final case class NetworkConfig(bindHost: String, bindPort: Int, externalHost: String, externalPort: Int, tls: Boolean, monitoringPort: Int, idleTimeout: Duration) extends Product with Serializable
specify the settings for the network configuration of nelson: what ports and addresses are bound, versus which are used for remote callers.
- Source
- Config.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NetworkConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All