Interface Plugin


  • public interface Plugin
    Represents a Proxy-WASM plugin, providing the bridge between the host environment and the WASM module.

    Concrete Plugin instances are created using the Plugin.Builder. The actual WASM instance and interaction logic are managed internally.

    • Method Detail

      • name

        String name()
        Returns the configured name of this plugin instance.
        Returns:
        the plugin name, which might be null if not explicitly set via the builder.