Interface WasmEndpointBuilderFactory.WasmBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
WasmEndpointBuilderFactory

public static interface WasmEndpointBuilderFactory.WasmBuilders
  • Method Details

    • wasm

      Wasm (camel-wasm) Invoke Wasm functions. Category: core,script Since: 4.4 Maven coordinates: org.apache.camel:camel-wasm Syntax: wasm:functionName Path parameter: functionName (required) The Function Name
      Parameters:
      path - functionName
      Returns:
      the dsl builder
    • wasm

      default WasmEndpointBuilderFactory.WasmEndpointBuilder wasm(String componentName, String path)
      Wasm (camel-wasm) Invoke Wasm functions. Category: core,script Since: 4.4 Maven coordinates: org.apache.camel:camel-wasm Syntax: wasm:functionName Path parameter: functionName (required) The Function Name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - functionName
      Returns:
      the dsl builder