Interface WasmEndpointBuilderFactory.WasmEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
WasmEndpointBuilderFactory
public static interface WasmEndpointBuilderFactory.WasmEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Wasm component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()Set the module (the distributable, loadable, and executable unit of code in WebAssembly) resource that provides the producer function.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
module
Set the module (the distributable, loadable, and executable unit of code in WebAssembly) resource that provides the producer function. The option is a:java.lang.Stringtype. Required: true Group: producer- Parameters:
module- the value to set- Returns:
- the dsl builder
-