Interface DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder
-
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder
,org.apache.camel.EndpointConsumerResolver
- All Known Subinterfaces:
DockerEndpointBuilderFactory.AdvancedDockerEndpointBuilder
- Enclosing interface:
- DockerEndpointBuilderFactory
public static interface DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder extends org.apache.camel.builder.EndpointConsumerBuilder
Advanced builder for endpoint consumers for the Docker component.
-
-
Method Summary
-
-
-
Method Detail
-
basic
default DockerEndpointBuilderFactory.DockerEndpointConsumerBuilder basic()
-
exceptionHandler
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder exceptionHandler(org.apache.camel.spi.ExceptionHandler exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option is a:org.apache.camel.spi.ExceptionHandler
type. Group: consumer (advanced)
-
exceptionHandler
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder exceptionHandler(String exceptionHandler)
To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored. The option will be converted to aorg.apache.camel.spi.ExceptionHandler
type. Group: consumer (advanced)
-
exchangePattern
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder exchangePattern(org.apache.camel.ExchangePattern exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option is a:org.apache.camel.ExchangePattern
type. Group: consumer (advanced)
-
exchangePattern
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder exchangePattern(String exchangePattern)
Sets the exchange pattern when the consumer creates an exchange. The option will be converted to aorg.apache.camel.ExchangePattern
type. Group: consumer (advanced)
-
cmdExecFactory
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder cmdExecFactory(String cmdExecFactory)
The fully qualified class name of the DockerCmdExecFactory implementation to use. The option is a:java.lang.String
type. Default: com.github.dockerjava.netty.NettyDockerCmdExecFactory Group: advanced
-
followRedirectFilter
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder followRedirectFilter(boolean followRedirectFilter)
Whether to follow redirect filter. The option is a:boolean
type. Default: false Group: advanced
-
followRedirectFilter
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder followRedirectFilter(String followRedirectFilter)
Whether to follow redirect filter. The option will be converted to aboolean
type. Default: false Group: advanced
-
loggingFilter
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder loggingFilter(boolean loggingFilter)
Whether to use logging filter. The option is a:boolean
type. Default: false Group: advanced
-
loggingFilter
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder loggingFilter(String loggingFilter)
Whether to use logging filter. The option will be converted to aboolean
type. Default: false Group: advanced
-
maxPerRouteConnections
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder maxPerRouteConnections(Integer maxPerRouteConnections)
Maximum route connections. The option is a:java.lang.Integer
type. Default: 100 Group: advanced
-
maxPerRouteConnections
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder maxPerRouteConnections(String maxPerRouteConnections)
Maximum route connections. The option will be converted to ajava.lang.Integer
type. Default: 100 Group: advanced
-
maxTotalConnections
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder maxTotalConnections(Integer maxTotalConnections)
Maximum total connections. The option is a:java.lang.Integer
type. Default: 100 Group: advanced
-
maxTotalConnections
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder maxTotalConnections(String maxTotalConnections)
Maximum total connections. The option will be converted to ajava.lang.Integer
type. Default: 100 Group: advanced
-
parameters
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder parameters(Map<String,Object> parameters)
Additional configuration parameters as key/value pairs. The option is a:java.util.Map<java.lang.String, java.lang.Object>
type. Group: advanced
-
parameters
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder parameters(String parameters)
Additional configuration parameters as key/value pairs. The option will be converted to ajava.util.Map<java.lang.String, java.lang.Object>
type. Group: advanced
-
serverAddress
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder serverAddress(String serverAddress)
Server address for docker registry. The option is a:java.lang.String
type. Default: https://index.docker.io/v1/ Group: advanced
-
socket
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder socket(boolean socket)
Socket connection mode. The option is a:boolean
type. Default: true Group: advanced
-
socket
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder socket(String socket)
Socket connection mode. The option will be converted to aboolean
type. Default: true Group: advanced
-
synchronous
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder synchronous(boolean synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option is a:boolean
type. Default: false Group: advanced
-
synchronous
default DockerEndpointBuilderFactory.AdvancedDockerEndpointConsumerBuilder synchronous(String synchronous)
Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). The option will be converted to aboolean
type. Default: false Group: advanced
-
-