corda / net.corda.core.cordapp / CordappConfig / getInt

getInt

abstract fun getInt(path: String): Int

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

Exceptions

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