com.r3corda.node.services.config / NodeConfiguration

NodeConfiguration

interface NodeConfiguration : NodeSSLConfiguration


Properties

basedir abstract val basedir: Path
certificateSigningService abstract val certificateSigningService: <ERROR CLASS>
certificatesPath open val certificatesPath: Path
dataSourceProperties open val dataSourceProperties: Properties
devMode abstract val devMode: Boolean
emailAddress abstract val emailAddress: String
exportJMXto abstract val exportJMXto: String
myLegalName abstract val myLegalName: String
nearestCity abstract val nearestCity: String

Inherited Properties

keyStorePassword abstract val keyStorePassword: String
keyStorePath open val keyStorePath: Path
trustStorePassword abstract val trustStorePassword: String
trustStorePath open val trustStorePath: Path

Companion Object Properties

log val log: <ERROR CLASS>

Companion Object Functions

loadConfig fun loadConfig(baseDirectoryPath: Path, configFileOverride: Path? = null, allowMissingConfig: Boolean = false, configOverrides: Map<String, Any?> = emptyMap()): <ERROR CLASS>

Inheritors

FullNodeConfiguration class FullNodeConfiguration : NodeConfiguration
NodeConfigurationFromConfig class NodeConfigurationFromConfig : NodeConfiguration