Uses of Interface
org.apache.camel.builder.component.dsl.DockerComponentBuilderFactory.DockerComponentBuilder
Packages that use DockerComponentBuilderFactory.DockerComponentBuilder
-
Uses of DockerComponentBuilderFactory.DockerComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return DockerComponentBuilderFactory.DockerComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.docker()Docker (camel-docker) Manage Docker containers. -
Uses of DockerComponentBuilderFactory.DockerComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement DockerComponentBuilderFactory.DockerComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return DockerComponentBuilderFactory.DockerComponentBuilderModifier and TypeMethodDescriptionDockerComponentBuilderFactory.DockerComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.DockerComponentBuilderFactory.DockerComponentBuilder.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.Location containing the SSL certificate chain.DockerComponentBuilderFactory.DockerComponentBuilder.cmdExecFactory(String cmdExecFactory) The fully qualified class name of the DockerCmdExecFactory implementation to use.DockerComponentBuilderFactory.DockerComponentBuilder.configuration(org.apache.camel.component.docker.DockerConfiguration configuration) To use the shared docker configuration.DockerComponentBuilderFactory.docker()Docker (camel-docker) Manage Docker containers.Email address associated with the user.DockerComponentBuilderFactory.DockerComponentBuilder.followRedirectFilter(boolean followRedirectFilter) Whether to follow redirect filter.Docker host.DockerComponentBuilderFactory.DockerComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).DockerComponentBuilderFactory.DockerComponentBuilder.loggingFilter(boolean loggingFilter) Whether to use logging filter.DockerComponentBuilderFactory.DockerComponentBuilder.maxPerRouteConnections(Integer maxPerRouteConnections) Maximum route connections.DockerComponentBuilderFactory.DockerComponentBuilder.maxTotalConnections(Integer maxTotalConnections) Maximum total connections.DockerComponentBuilderFactory.DockerComponentBuilder.parameters(Map<String, Object> parameters) Additional configuration parameters as key/value pairs.Password to authenticate with.Docker port.DockerComponentBuilderFactory.DockerComponentBuilder.requestTimeout(Integer requestTimeout) Request timeout for response (in seconds).DockerComponentBuilderFactory.DockerComponentBuilder.secure(boolean secure) Use HTTPS communication.DockerComponentBuilderFactory.DockerComponentBuilder.serverAddress(String serverAddress) Server address for docker registry.DockerComponentBuilderFactory.DockerComponentBuilder.socket(boolean socket) Socket connection mode.DockerComponentBuilderFactory.DockerComponentBuilder.tlsVerify(boolean tlsVerify) Check TLS.User name to authenticate with.