corda / net.corda.core.node.services / VaultService / updates

updates

abstract val updates: Observable<Update<ContractState>>

Get a synchronous Observable of updates. When observations are pushed to the Observer, the Vault will already incorporate the update and the database transaction associated with the update will have been committed and closed.