default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
QuickfixComponentBuilderFactory.QuickfixComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
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.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)
Open a Financial Interchange (FIX) session using an embedded QuickFix/J
engine.
|