case class InitConfig(identity: Option[Identity] = None, nodeIdentifier: NodeIdentifierConfig = NodeIdentifierConfig.Config) extends InitConfigBase with Product with Serializable
Configuration for the node's init process
- nodeIdentifier
Controls the identifier that will be assigned to the node during auto-init
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InitConfig
- Serializable
- Product
- Equals
- InitConfigBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InitConfig(identity: Option[Identity] = None, nodeIdentifier: NodeIdentifierConfig = NodeIdentifierConfig.Config)
- nodeIdentifier
Controls the identifier that will be assigned to the node during auto-init
Value Members
- def autoInit: Boolean
- Definition Classes
- InitConfigBase
- val identity: Option[Identity]
- Definition Classes
- InitConfig → InitConfigBase
- val nodeIdentifier: NodeIdentifierConfig
- def productElementNames: Iterator[String]
- Definition Classes
- Product