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
      • bridgeErrorHandler

        default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder 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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a: <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • bridgeErrorHandler

        default QuickfixjEndpointBuilderFactory.QuickfixjEndpointConsumerBuilder bridgeErrorHandler​(String 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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder