public static interface QuickfixComponentBuilderFactory.QuickfixComponentBuilder extends ComponentBuilder<org.apache.camel.component.quickfixj.QuickfixjComponent>
| Modifier and Type | Method and Description |
|---|---|
default 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 |
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)
boolean type.
Default: false
Group: commondefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
boolean type.
Default: false
Group: consumerdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder logFactory(quickfix.LogFactory logFactory)
quickfix.LogFactory type.
Group: advanceddefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder messageFactory(quickfix.MessageFactory messageFactory)
quickfix.MessageFactory type.
Group: advanceddefault QuickfixComponentBuilderFactory.QuickfixComponentBuilder messageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory)
quickfix.MessageStoreFactory type.
Group: advancedApache Camel