mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
node: hide writable networkMapRegistrationSettableFuture
This commit is contained in:
parent
0dda3b2473
commit
50cd3c938a
@ -113,7 +113,7 @@ abstract class AbstractNode(val dir: Path, val configuration: NodeConfiguration,
|
||||
private set
|
||||
|
||||
/** Completes once the node has successfully registered with the network map service */
|
||||
val networkMapRegistrationSettableFuture: SettableFuture<Unit> = SettableFuture.create()
|
||||
private val networkMapRegistrationSettableFuture: SettableFuture<Unit> = SettableFuture.create()
|
||||
val networkMapRegistrationFuture: ListenableFuture<Unit> = networkMapRegistrationSettableFuture
|
||||
|
||||
/** Set to true once [start] has been successfully called. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user