Uses of Interface
io.roastedroot.proxywasm.ForeignFunction
-
-
Uses of ForeignFunction in io.roastedroot.proxywasm
Method parameters in io.roastedroot.proxywasm with type arguments of type ForeignFunction Modifier and Type Method Description Plugin.Builder
Plugin.Builder. withForeignFunctions(Map<String,ForeignFunction> functions)
Registers foreign (host-provided) functions that can be called by the WASM plugin.
-