Package org.mockserver.wasm
Class WasmStore
java.lang.Object
org.mockserver.wasm.WasmStore
Thread-safe in-memory store for WASM modules, keyed by module name.
Modules are stored as raw byte arrays (the compiled WASM binary).
-
Method Summary
-
Method Details
-
getInstance
-
put
-
get
-
contains
-
remove
-
listNames
-
reset
public void reset()
-