public static interface QuickfixComponentBuilderFactory.QuickfixComponentBuilder extends ComponentBuilder<org.apache.camel.component.quickfixj.QuickfixjComponent>
| Modifier and Type | Method and Description |
|---|---|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default 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 |
lazyCreateEngines(boolean lazyCreateEngines)
If set to true, the engines will be created and started when needed
(when first message is send).
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
logFactory(quickfix.LogFactory logFactory)
To use the given LogFactory.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
messageFactory(quickfix.MessageFactory messageFactory)
To use the given MessageFactory.
|
default QuickfixComponentBuilderFactory.QuickfixComponentBuilder |
messageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
To use the given MessageStoreFactory.
|
build, build, doSetProperty, registerdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder lazyCreateEngines(boolean lazyCreateEngines)
lazyCreateEngines - the value to setdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder logFactory(quickfix.LogFactory logFactory)
logFactory - the value to setdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder messageFactory(quickfix.MessageFactory messageFactory)
messageFactory - the value to setdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder messageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
messageStoreFactory - the value to setApache Camel