interface NodeConfiguration
dataSourceProperties |
open val dataSourceProperties: Properties |
exportJMXto |
abstract val exportJMXto: String |
keyStorePassword |
abstract val keyStorePassword: String |
myLegalName |
abstract val myLegalName: String |
nearestCity |
abstract val nearestCity: String |
trustStorePassword |
abstract val trustStorePassword: String |
log |
val log: <ERROR CLASS> |
loadConfig |
fun loadConfig(baseDirectoryPath: Path, configFileOverride: Path? = null, allowMissingConfig: Boolean = false, configOverrides: Map<String, Any?> = emptyMap()): <ERROR CLASS> |
FullNodeConfiguration |
class FullNodeConfiguration : NodeConfiguration |
NodeConfigurationFromConfig |
class NodeConfigurationFromConfig : NodeConfiguration |