public class InMemoryStateMachineRecordedTransactionMappingStorage implements StateMachineRecordedTransactionMappingStorage
This is a temporary in-memory storage of a state machine id -> txhash mapping
TODO persist this instead
Constructor and Description |
---|
InMemoryStateMachineRecordedTransactionMappingStorage()
This is a temporary in-memory storage of a state machine id -> txhash mapping
|
Modifier and Type | Method and Description |
---|---|
void |
addMapping(StateMachineRunId stateMachineRunId,
SecureHash transactionId) |
kotlin.Pair<java.util.List,rx.Observable> |
track() |
addMapping, track
public InMemoryStateMachineRecordedTransactionMappingStorage()
This is a temporary in-memory storage of a state machine id -> txhash mapping
TODO persist this instead
public void addMapping(StateMachineRunId stateMachineRunId, SecureHash transactionId)
public kotlin.Pair<java.util.List,rx.Observable> track()