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.EndpointConsumerBuilder
    Builder for endpoint consumers for the QuickFix component.
    • Method Detail

      • 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