Interface IOTAEndpointBuilderFactory.IOTABuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- IOTAEndpointBuilderFactory
public static interface IOTAEndpointBuilderFactory.IOTABuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default IOTAEndpointBuilderFactory.IOTAHeaderNameBuilderiota()IOTA (camel-iota) Manage financial transactions using IOTA distributed ledger.default IOTAEndpointBuilderFactory.IOTAEndpointBuilderiota(String path)Deprecated.default IOTAEndpointBuilderFactory.IOTAEndpointBuilderiota(String componentName, String path)Deprecated.
-
-
-
Method Detail
-
iota
default IOTAEndpointBuilderFactory.IOTAHeaderNameBuilder iota()
IOTA (camel-iota) Manage financial transactions using IOTA distributed ledger. Category: ledger,api Since: 2.23 Maven coordinates: org.apache.camel:camel-iota- Returns:
- the dsl builder for the headers' name.
-
iota
@Deprecated default IOTAEndpointBuilderFactory.IOTAEndpointBuilder iota(String path)
Deprecated.IOTA (camel-iota) Manage financial transactions using IOTA distributed ledger. Category: ledger,api Since: 2.23 Maven coordinates: org.apache.camel:camel-iota Syntax:iota:namePath parameter: name (required) Component name- Parameters:
path- name- Returns:
- the dsl builder
-
iota
@Deprecated default IOTAEndpointBuilderFactory.IOTAEndpointBuilder iota(String componentName, String path)
Deprecated.IOTA (camel-iota) Manage financial transactions using IOTA distributed ledger. Category: ledger,api Since: 2.23 Maven coordinates: org.apache.camel:camel-iota Syntax:iota:namePath parameter: name (required) Component name- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- name- Returns:
- the dsl builder
-
-