Interface XChangeEndpointBuilderFactory.XChangeBuilders

    • Method Detail

      • xchange

        default XChangeEndpointBuilderFactory.XChangeEndpointBuilder xchange​(String path)
        XChange (camel-xchange) Access market data and trade on Bitcoin and Altcoin exchanges. Category: bitcoin,blockchain Since: 2.21 Maven coordinates: org.apache.camel:camel-xchange Syntax: xchange:name Path parameter: name (required) The exchange to connect to
        Parameters:
        path - name
        Returns:
        the dsl builder
      • xchange

        default XChangeEndpointBuilderFactory.XChangeEndpointBuilder xchange​(String componentName,
                                                                             String path)
        XChange (camel-xchange) Access market data and trade on Bitcoin and Altcoin exchanges. Category: bitcoin,blockchain Since: 2.21 Maven coordinates: org.apache.camel:camel-xchange Syntax: xchange:name Path parameter: name (required) The exchange to connect to
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name
        Returns:
        the dsl builder