ForeignFunction |
A functional interface that represents a foreign function call in the Proxy-Wasm.
|
LogHandler |
Interface for handling logging sent form the guest of Proxy-WASM environment.
|
LogLevel |
Represents log levels used within the Proxy-WASM ABI specification.
|
MetricsHandler |
Defines the contract for handling metrics operations initiated by a Proxy-WASM module.
|
MetricType |
Represents the types of metrics that can be defined and manipulated
via the Proxy-WASM ABI.
|
Plugin |
Represents a Proxy-WASM plugin, providing the bridge between the host
environment and the WASM module.
|
PluginFactory |
A functional interface representing a factory for creating Plugin instances.
|
PluginFactory.Builder |
Builder for creating a PluginFactory instance that can create Plugin instances
with pre-configured settings.
|
QueueName |
Represents the identifier for a shared queue within the Proxy-WASM environment.
|
SharedData |
|
SharedDataHandler |
Defines the contract for handling shared key-value data accessible by Proxy-WASM modules.
|
SharedQueueHandler |
Defines the contract for handling shared message queues accessible by Proxy-WASM modules.
|
SimpleSharedQueueHandler.SharedQueue |
|
WasmException |
An exception used to signal specific outcomes or errors from host functions
back to the calling Proxy-WASM module.
|