Interface QuickfixComponentBuilderFactory
-
@Generated("org.apache.camel.maven.packaging.ComponentDslMojo") public interface QuickfixComponentBuilderFactory
Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
QuickfixComponentBuilderFactory.QuickfixComponentBuilder
Builder for the QuickFix component.static class
QuickfixComponentBuilderFactory.QuickfixComponentBuilderImpl
-
Method Summary
Static Methods Modifier and Type Method Description static QuickfixComponentBuilderFactory.QuickfixComponentBuilder
quickfix()
QuickFix (camel-quickfix) Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine.
-
-
-
Method Detail
-
quickfix
static QuickfixComponentBuilderFactory.QuickfixComponentBuilder quickfix()
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- Returns:
- the dsl builder
-
-