corda / net.corda.core.cordapp / CordappConfig / getLong

getLong

abstract fun getLong(path: String): Long

Get the long value of the configuration at "path".

Exceptions

CordappConfigException - If the configuration fails to load, parse, or find a value.