Interface QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
QuickfixjEndpointBuilderFactory.QuickfixjEndpointBuilder
- Enclosing interface:
- QuickfixjEndpointBuilderFactory
public static interface QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilderBuilder for endpoint consumers for the QuickFix component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default QuickfixjEndpointBuilderFactory.AdvancedQuickfixjEndpointConsumerBuilderadvanced()default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilderlazyCreateEngine(boolean lazyCreateEngine)This option allows creating QuickFIX/J engine on demand.default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilderlazyCreateEngine(String lazyCreateEngine)This option allows creating QuickFIX/J engine on demand.default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuildersessionID(String sessionID)The optional sessionID identifies a specific FIX session.
-
-
-
Method Detail
-
advanced
default QuickfixjEndpointBuilderFactory.AdvancedQuickfixjEndpointConsumerBuilder advanced()
-
lazyCreateEngine
default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder lazyCreateEngine(boolean lazyCreateEngine)
This option allows creating QuickFIX/J engine on demand. Value true means the engine is started when first message is send or there's consumer configured in route definition. When false value is used, the engine is started at the endpoint creation. When this parameter is missing, the value of component's property lazyCreateEngines is being used. The option is a: <code>boolean</code> type. Default: false Group: common- Parameters:
lazyCreateEngine- the value to set- Returns:
- the dsl builder
-
lazyCreateEngine
default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder lazyCreateEngine(String lazyCreateEngine)
This option allows creating QuickFIX/J engine on demand. Value true means the engine is started when first message is send or there's consumer configured in route definition. When false value is used, the engine is started at the endpoint creation. When this parameter is missing, the value of component's property lazyCreateEngines is being used. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Parameters:
lazyCreateEngine- the value to set- Returns:
- the dsl builder
-
sessionID
default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder sessionID(String sessionID)
The optional sessionID identifies a specific FIX session. The format of the sessionID is: (BeginString):(SenderCompID)/(SenderSubID)/(SenderLocationID)-(TargetCompID)/(TargetSubID)/(TargetLocationID). The option is a: <code>java.lang.String</code> type. Group: common- Parameters:
sessionID- the value to set- Returns:
- the dsl builder
-
-