mirror of
https://github.com/corda/corda.git
synced 2024-12-24 07:06:44 +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(
|
||||
private val portAllocation: PortAllocation,
|
||||
private val debugPortAllocation: PortAllocation,
|
||||
val portAllocation: PortAllocation,
|
||||
val debugPortAllocation: PortAllocation,
|
||||
val baseDirectory: String,
|
||||
val nodeConfigurationPath: String,
|
||||
val quasarJarPath: String
|
||||
|
Loading…
Reference in New Issue
Block a user