com.r3corda.node.services.config / FullNodeConfiguration

FullNodeConfiguration

class FullNodeConfiguration : NodeConfiguration


Constructors

<init> FullNodeConfiguration(conf: <ERROR CLASS>)

Properties

artemisAddress val artemisAddress: <ERROR CLASS>
basedir val basedir: Path
certificateSigningService val certificateSigningService: <ERROR CLASS>
clock val clock: Clock
dataSourceProperties val dataSourceProperties: Properties
devMode val devMode: Boolean
emailAddress val emailAddress: String
exportJMXto val exportJMXto: String
extraAdvertisedServiceIds val extraAdvertisedServiceIds: String
hostNotaryServiceLocally val hostNotaryServiceLocally: Boolean
keyStorePassword val keyStorePassword: String
messagingServerAddress val messagingServerAddress: <ERROR CLASS>?
myLegalName val myLegalName: String
nearestCity val nearestCity: String
networkMapAddress val networkMapAddress: <ERROR CLASS>?
trustStorePassword val trustStorePassword: String
useHTTPS val useHTTPS: Boolean
webAddress val webAddress: <ERROR CLASS>

Inherited Properties

certificatesPath open val certificatesPath: Path

Functions

createNode fun createNode(): Node