Interface DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
    All Known Subinterfaces:
    DockerEndpointBuilderFactory.AdvancedDockerEndpointBuilder
    Enclosing interface:
    DockerEndpointBuilderFactory

    public static interface DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder
    extends org.apache.camel.builder.EndpointProducerBuilder
    Advanced builder for endpoint producers for the Docker component.
    • Method Detail

      • lazyStartProducer

        default DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder lazyStartProducer​(boolean lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option is a: <code>boolean</code> type. Default: false Group: producer (advanced)
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • lazyStartProducer

        default DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder lazyStartProducer​(String lazyStartProducer)
        Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing. The option will be converted to a <code>boolean</code> type. Default: false Group: producer (advanced)
        Parameters:
        lazyStartProducer - the value to set
        Returns:
        the dsl builder
      • cmdExecFactory

        default DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder cmdExecFactory​(String cmdExecFactory)
        The fully qualified class name of the DockerCmdExecFactory implementation to use. The option is a: <code>java.lang.String</code> type. Default: com.github.dockerjava.netty.NettyDockerCmdExecFactory Group: advanced
        Parameters:
        cmdExecFactory - the value to set
        Returns:
        the dsl builder
      • followRedirectFilter

        default DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder followRedirectFilter​(boolean followRedirectFilter)
        Whether to follow redirect filter. The option is a: <code>boolean</code> type. Default: false Group: advanced
        Parameters:
        followRedirectFilter - the value to set
        Returns:
        the dsl builder
      • maxPerRouteConnections

        default DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder maxPerRouteConnections​(String maxPerRouteConnections)
        Maximum route connections. The option will be converted to a <code>java.lang.Integer</code> type. Default: 100 Group: advanced
        Parameters:
        maxPerRouteConnections - the value to set
        Returns:
        the dsl builder
      • parameters

        default DockerEndpointBuilderFactory.AdvancedDockerEndpointProducerBuilder parameters​(String parameters)
        Additional configuration parameters as key/value pairs. The option will be converted to a <code>java.util.Map&lt;java.lang.String, java.lang.Object&gt;</code> type. Group: advanced
        Parameters:
        parameters - the value to set
        Returns:
        the dsl builder