Class StoreEvent<K,V>
java.lang.Object
com.github.tomakehurst.wiremock.store.StoreEvent<K,V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()inthashCode()static <K,V> StoreEvent<K, V> remove(K key, V previousValue) static <K,V> StoreEvent<K, V> set(K key, V previousValue, V newValue) toString()