public static interface IOTAEndpointBuilderFactory.IOTABuilders
| Modifier and Type | Method and Description |
|---|---|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
iota(String path)
IOTA (camel-iota)
Manage financial transactions using IOTA distributed ledger.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder |
iota(String componentName,
String path)
IOTA (camel-iota)
Manage financial transactions using IOTA distributed ledger.
|
default IOTAEndpointBuilderFactory.IOTAEndpointBuilder iota(String path)
iota:name
Path parameter: name (required)
Component namepath - namedefault IOTAEndpointBuilderFactory.IOTAEndpointBuilder iota(String componentName, String path)
iota:name
Path parameter: name (required)
Component namecomponentName - to use a custom component name for the endpoint
instead of the default namepath - nameApache Camel