Interface IOTAEndpointBuilderFactory.IOTABuilders

    • 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

        default IOTAEndpointBuilderFactory.IOTAEndpointBuilder iota​(String path)
        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:name Path parameter: name (required) Component name
        Parameters:
        path - name
        Returns:
        the dsl builder
      • iota

        default IOTAEndpointBuilderFactory.IOTAEndpointBuilder iota​(String componentName,
                                                                    String path)
        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:name Path parameter: name (required) Component name
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder