mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Added comments.
This commit is contained in:
parent
9ef1bf0355
commit
72c4c2e5f7
@ -28,8 +28,9 @@ interface NetworkMapCache {
|
||||
val ratesOracleNodes: List<NodeInfo>
|
||||
/** A list of all nodes the cache is aware of */
|
||||
val partyNodes: List<NodeInfo>
|
||||
/* Observer for changes to the cache */
|
||||
/** Observer for additions to the cache */
|
||||
val added: Observable<NodeInfo>
|
||||
/** Observer for removal from the cache */
|
||||
val removed: Observable<NodeInfo>
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user