Class InMemoryRequestJournalStore
java.lang.Object
com.github.tomakehurst.wiremock.store.InMemoryRequestJournalStore
- All Implemented Interfaces:
RequestJournalStore,Store<UUID,ServeEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ServeEvent event) voidclear()getAll()voidput(UUID id, ServeEvent event) voidvoid
-
Constructor Details
-
InMemoryRequestJournalStore
public InMemoryRequestJournalStore()
-
-
Method Details
-
add
- Specified by:
addin interfaceRequestJournalStore
-
getAll
- Specified by:
getAllin interfaceRequestJournalStore
-
removeLast
public void removeLast()- Specified by:
removeLastin interfaceRequestJournalStore
-
getAllKeys
- Specified by:
getAllKeysin interfaceStore<UUID,ServeEvent>
-
get
- Specified by:
getin interfaceStore<UUID,ServeEvent>
-
put
- Specified by:
putin interfaceStore<UUID,ServeEvent>
-
remove
- Specified by:
removein interfaceStore<UUID,ServeEvent>
-
clear
public void clear()- Specified by:
clearin interfaceStore<UUID,ServeEvent>
-