Class WasmConfiguration

java.lang.Object
org.apache.camel.component.wasm.WasmConfiguration
All Implemented Interfaces:
Cloneable

@Configurer @UriParams public class WasmConfiguration extends Object implements Cloneable
  • Constructor Details

    • WasmConfiguration

      public WasmConfiguration()
  • Method Details

    • getModule

      public String getModule()
    • setModule

      public void setModule(String module)
      Set the module (the distributable, loadable, and executable unit of code in WebAssembly) resource that provides the producer function.
    • copy

      public WasmConfiguration copy()