corda / net.corda.testing.driver / PortAllocation / Incremental

Incremental

@DoNotImplement open class Incremental : PortAllocation
Deprecated: This has been superseded by net.corda.testing.driver.SharedMemoryIncremental.INSTANCE

Constructors

<init>

Incremental(startingPort: Int)

Properties

portCounter

The backing AtomicInteger used to keep track of the currently allocated port

val portCounter: AtomicInteger

Functions

nextPort

open fun nextPort(): Int