| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
ComponentsBuilderFactory.quickfix()
QuickFix (camel-quickfix)
The quickfix component allows to send Financial Interchange (FIX)
messages to the QuickFix engine.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
QuickfixComponentBuilderFactory.QuickfixComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.configurations(Map<String,org.apache.camel.component.quickfixj.QuickfixjConfiguration> configurations)
To use the given map of pre configured QuickFix configurations mapped
to the key.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.lazyCreateEngines(boolean lazyCreateEngines)
If set to true, the engines will be created and started when needed
(when first message is send).
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.logFactory(quickfix.LogFactory logFactory)
To use the given LogFactory.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.messageFactory(quickfix.MessageFactory messageFactory)
To use the given MessageFactory.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.messageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
To use the given MessageStoreFactory.
|
static QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.quickfix()
QuickFix (camel-quickfix)
The quickfix component allows to send Financial Interchange (FIX)
messages to the QuickFix engine.
|
Apache Camel