Interface QuickfixjEndpointBuilderFactory.QuickfixjBuilders

    • Method Detail

      • quickfix

        default QuickfixjEndpointBuilderFactory.QuickfixjEndpointBuilder quickfix​(String path)
        QuickFix (camel-quickfix) Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine. Category: messaging Since: 2.1 Maven coordinates: org.apache.camel:camel-quickfix Syntax: quickfix:configurationName Path parameter: configurationName (required) Path to the quickfix configuration file. You can prefix with: classpath, file, http, ref, or bean. classpath, file and http loads the configuration file using these protocols (classpath is default). ref will lookup the configuration file in the registry. bean will call a method on a bean to be used as the configuration. For bean you can specify the method name after dot, eg bean:myBean.myMethod
        Parameters:
        path - configurationName
        Returns:
        the dsl builder
      • quickfix

        default QuickfixjEndpointBuilderFactory.QuickfixjEndpointBuilder quickfix​(String componentName,
                                                                                  String path)
        QuickFix (camel-quickfix) Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine. Category: messaging Since: 2.1 Maven coordinates: org.apache.camel:camel-quickfix Syntax: quickfix:configurationName Path parameter: configurationName (required) Path to the quickfix configuration file. You can prefix with: classpath, file, http, ref, or bean. classpath, file and http loads the configuration file using these protocols (classpath is default). ref will lookup the configuration file in the registry. bean will call a method on a bean to be used as the configuration. For bean you can specify the method name after dot, eg bean:myBean.myMethod
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - configurationName
        Returns:
        the dsl builder