Uses of Interface
io.roastedroot.proxywasm.SharedQueueHandler
-
-
Uses of SharedQueueHandler in io.roastedroot.proxywasm
Classes in io.roastedroot.proxywasm that implement SharedQueueHandler Modifier and Type Class Description class
SimpleSharedQueueHandler
A basic, in-memory implementation of theSharedQueueHandler
interface.Fields in io.roastedroot.proxywasm declared as SharedQueueHandler Modifier and Type Field Description static SharedQueueHandler
SharedQueueHandler. DEFAULT
A default, non-functional instance ofSharedQueueHandler
.Methods in io.roastedroot.proxywasm with parameters of type SharedQueueHandler Modifier and Type Method Description PluginFactory.Builder
PluginFactory.Builder. withSharedQueueHandler(SharedQueueHandler sharedQueueHandler)
Provides aSharedQueueHandler
implementation for the plugin to use.
-