Class InMemoryCommandMessageStore
java.lang.Object
ai.stapi.axonsystem.commandpersisting.InMemoryCommandMessageStore
- All Implemented Interfaces:
CommandMessageStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAll()voidstoreCommand(org.axonframework.commandhandling.CommandMessage<?> commandMessage) voidwipeAll()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.axonsystem.commandpersisting.CommandMessageStore
extractId, extractPayload
-
Constructor Details
-
InMemoryCommandMessageStore
public InMemoryCommandMessageStore()
-
-
Method Details
-
storeCommand
public void storeCommand(org.axonframework.commandhandling.CommandMessage<?> commandMessage) - Specified by:
storeCommandin interfaceCommandMessageStore
-
getAll
- Specified by:
getAllin interfaceCommandMessageStore
-
wipeAll
public void wipeAll()- Specified by:
wipeAllin interfaceCommandMessageStore
-