mirror of
https://github.com/corda/corda.git
synced 2025-06-23 01:19:00 +00:00
node: hide writable networkMapRegistrationSettableFuture
This commit is contained in:
@ -113,7 +113,7 @@ abstract class AbstractNode(val dir: Path, val configuration: NodeConfiguration,
|
|||||||
private set
|
private set
|
||||||
|
|
||||||
/** Completes once the node has successfully registered with the network map service */
|
/** 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
|
val networkMapRegistrationFuture: ListenableFuture<Unit> = networkMapRegistrationSettableFuture
|
||||||
|
|
||||||
/** Set to true once [start] has been successfully called. */
|
/** Set to true once [start] has been successfully called. */
|
||||||
|
Reference in New Issue
Block a user