Skip to content

com.github.manosbatsis.corda.rpc.poolboy.config / NodeParams / minimumServerProtocolVersion

minimumServerProtocolVersion

var minimumServerProtocolVersion: Int?

The minimum protocol version required from the server. This is equivalent to the node’s platform version number. If this minimum version is not met, an exception will be thrown at startup. If you use features introduced in a later version, you can bump this to match the platform version you need and get an early check that runs before you do anything.