mirror of
https://github.com/corda/corda.git
synced 2025-06-22 17:09: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
|
||||
|
||||
/** 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. */
|
||||
|
Reference in New Issue
Block a user