Uses of Interface
io.roastedroot.proxywasm.MetricsHandler
-
-
Uses of MetricsHandler in io.roastedroot.proxywasm
Classes in io.roastedroot.proxywasm that implement MetricsHandler Modifier and Type Class Description class
SimpleMetricsHandler
A basic, in-memory implementation of theMetricsHandler
interface.Fields in io.roastedroot.proxywasm declared as MetricsHandler Modifier and Type Field Description static MetricsHandler
MetricsHandler. DEFAULT
A default, non-functional instance ofMetricsHandler
.Methods in io.roastedroot.proxywasm with parameters of type MetricsHandler Modifier and Type Method Description PluginFactory.Builder
PluginFactory.Builder. withMetricsHandler(MetricsHandler metricsHandler)
Provides aMetricsHandler
implementation for the plugin to use.
-