Interface WasmEndpointBuilderFactory.WasmBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
WasmEndpointBuilderFactory
public static interface WasmEndpointBuilderFactory.WasmBuilders
-
Method Summary
Modifier and TypeMethodDescriptionWasm (camel-wasm) Invoke Wasm functions.Wasm (camel-wasm) Invoke Wasm functions.
-
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
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 namepath
- functionName- Returns:
- the dsl builder
-