Interface StateMachineTraceRepository
- All Known Implementing Classes:
InMemoryStateMachineTraceRepository
public interface StateMachineTraceRepository
A repository for
StateMachineTraces.- Author:
- Janne Valkealahti
-
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a newStateMachineTraceobject at the current time.findAll()Find allStateMachineTraceobjects contained in the repository.
-
Method Details
-
findAll
List<StateMachineTrace> findAll()Find allStateMachineTraceobjects contained in the repository.- Returns:
- the results
-
add
Add a newStateMachineTraceobject at the current time.- Parameters:
traceInfo- trace information
-