public StateMachineRecordedTransactionMappingStorage
This is the interface to storage storing state machine -> recorded tx mappings. Any time a transaction is recorded during a flow run addMapping should be called.
Modifier and Type | Method and Description |
---|---|
void |
addMapping(StateMachineRunId stateMachineRunId,
SecureHash transactionId) |
kotlin.Pair<java.util.List,rx.Observable> |
track() |
void addMapping(StateMachineRunId stateMachineRunId, SecureHash transactionId)
kotlin.Pair<java.util.List,rx.Observable> track()