Interface QuickfixjEndpointBuilderFactory.QuickfixjEndpointProducerBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
All Known Subinterfaces:
QuickfixjEndpointBuilderFactory.QuickfixjEndpointBuilder
Enclosing interface:
QuickfixjEndpointBuilderFactory

public static interface QuickfixjEndpointBuilderFactory.QuickfixjEndpointProducerBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint producers for the QuickFix component.
  • Method Details

    • advanced

    • lazyCreateEngine

      default QuickfixjEndpointBuilderFactory.QuickfixjEndpointProducerBuilder 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.QuickfixjEndpointProducerBuilder 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

      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