mirror of
https://github.com/corda/corda.git
synced 2025-06-06 09:21:47 +00:00
node: Expose port allocation in Driver
This commit is contained in:
parent
e7677c91ce
commit
9d071809ef
@ -159,8 +159,8 @@ fun <A> poll(f: () -> A?): A {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class DriverDSL(
|
class DriverDSL(
|
||||||
private val portAllocation: PortAllocation,
|
val portAllocation: PortAllocation,
|
||||||
private val debugPortAllocation: PortAllocation,
|
val debugPortAllocation: PortAllocation,
|
||||||
val baseDirectory: String,
|
val baseDirectory: String,
|
||||||
val nodeConfigurationPath: String,
|
val nodeConfigurationPath: String,
|
||||||
val quasarJarPath: String
|
val quasarJarPath: String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user