class NodeMonitorModelThis model exposes raw event streams to and from the node.
| <init> |
NodeMonitorModel()This model exposes raw event streams to and from the node. |
| clientToService |
val clientToService: <ERROR CLASS><CashCommand> |
| networkMap |
val networkMap: <ERROR CLASS><MapChange> |
| progressTracking |
val progressTracking: <ERROR CLASS><ProgressTrackingEvent> |
| proxyObservable |
val proxyObservable: SimpleObjectProperty<CordaRPCOps?> |
| stateMachineTransactionMapping |
val stateMachineTransactionMapping: <ERROR CLASS><StateMachineTransactionMapping> |
| stateMachineUpdates |
val stateMachineUpdates: <ERROR CLASS><StateMachineUpdate> |
| transactions |
val transactions: <ERROR CLASS><SignedTransaction> |
| vaultUpdates |
val vaultUpdates: <ERROR CLASS><Update> |
| register |
fun register(nodeHostAndPort: <ERROR CLASS>, sslConfig: NodeSSLConfiguration, username: String, password: String): UnitRegister for updates to/from a given vault. TODO provide an unsubscribe mechanism |