Uses of Interface
org.apache.camel.builder.component.dsl.QuickfixComponentBuilderFactory.QuickfixComponentBuilder
Packages that use QuickfixComponentBuilderFactory.QuickfixComponentBuilder
-
Uses of QuickfixComponentBuilderFactory.QuickfixComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return QuickfixComponentBuilderFactory.QuickfixComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.quickfix()QuickFix (camel-quickfix) Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine. -
Uses of QuickfixComponentBuilderFactory.QuickfixComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement QuickfixComponentBuilderFactory.QuickfixComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return QuickfixComponentBuilderFactory.QuickfixComponentBuilderModifier and TypeMethodDescriptionQuickfixComponentBuilderFactory.QuickfixComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.QuickfixComponentBuilderFactory.QuickfixComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions (if possible) occurred while the Camel consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.QuickfixComponentBuilderFactory.QuickfixComponentBuilder.eagerStopEngines(boolean eagerStopEngines) Whether to eager stop engines when there are no active consumer or producers using the engine.QuickfixComponentBuilderFactory.QuickfixComponentBuilder.lazyCreateEngines(boolean lazyCreateEngines) If set to true, the engines will be created and started when needed (when first message is send).QuickfixComponentBuilderFactory.QuickfixComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).QuickfixComponentBuilderFactory.QuickfixComponentBuilder.logFactory(quickfix.LogFactory logFactory) To use the given LogFactory.QuickfixComponentBuilderFactory.QuickfixComponentBuilder.messageFactory(quickfix.MessageFactory messageFactory) To use the given MessageFactory.QuickfixComponentBuilderFactory.QuickfixComponentBuilder.messageStoreFactory(quickfix.MessageStoreFactory messageStoreFactory) To use the given MessageStoreFactory.QuickfixComponentBuilderFactory.quickfix()QuickFix (camel-quickfix) Open a Financial Interchange (FIX) session using an embedded QuickFix/J engine.