Uses of Class
io.roastedroot.proxywasm.SharedData
-
-
Uses of SharedData in io.roastedroot.proxywasm
Methods in io.roastedroot.proxywasm that return SharedData Modifier and Type Method Description default SharedData
SharedDataHandler. getSharedData(String key)
Retrieves the shared data associated with the given key.SharedData
SimpleSharedDataHandler. getSharedData(String key)
Retrieves the shared data associated with the given key from the in-memory store.
-