Class StoreBackedRequestJournal
- java.lang.Object
-
- com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
-
- com.github.tomakehurst.wiremock.verification.StoreBackedRequestJournal
-
- All Implemented Interfaces:
RequestJournal
- Direct Known Subclasses:
InMemoryRequestJournal
public class StoreBackedRequestJournal extends AbstractRequestJournal
-
-
Field Summary
-
Fields inherited from class com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
store
-
-
Constructor Summary
Constructors Constructor Description StoreBackedRequestJournal(java.lang.Integer maxEntries, java.util.Map<java.lang.String,RequestMatcherExtension> customMatchers, RequestJournalStore store)
-
Method Summary
-
Methods inherited from class com.github.tomakehurst.wiremock.verification.AbstractRequestJournal
countRequestsMatching, getAllServeEvents, getRequestsMatching, getServeEvent, removeEvent, removeEventsMatching, removeServeEventsForStubsMatchingMetadata, requestReceived, reset
-
-
-
-
Constructor Detail
-
StoreBackedRequestJournal
public StoreBackedRequestJournal(java.lang.Integer maxEntries, java.util.Map<java.lang.String,RequestMatcherExtension> customMatchers, RequestJournalStore store)
-
-