corda / net.corda.core.cordapp / CordappConfig / getNumber

getNumber

abstract fun getNumber(path: String): Number

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

Exceptions

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