Uses of Class
org.apache.camel.component.docker.DockerConfiguration
Packages that use DockerConfiguration
-
Uses of DockerConfiguration in org.apache.camel.component.docker
Methods in org.apache.camel.component.docker that return DockerConfigurationModifier and TypeMethodDescriptionDockerConfiguration.copy()
DockerComponent.getConfiguration()
To use the shared docker configurationDockerEndpoint.getConfiguration()
Methods in org.apache.camel.component.docker with parameters of type DockerConfigurationModifier and TypeMethodDescriptionstatic com.github.dockerjava.api.DockerClient
DockerClientFactory.getDockerClient
(DockerComponent dockerComponent, DockerConfiguration dockerConfiguration, org.apache.camel.Message message) Produces aDockerClient
to communicate with Dockerstatic <T> T
DockerHelper.getProperty
(String name, DockerConfiguration configuration, org.apache.camel.Message message, Class<T> clazz) Attempts to locate a given property name within a URI parameter or the message header.static <T> T
DockerHelper.getProperty
(String name, DockerConfiguration configuration, org.apache.camel.Message message, Class<T> clazz, T defaultValue) Attempts to locate a given property name within a URI parameter or the message header.void
DockerComponent.setConfiguration
(DockerConfiguration configuration) Constructors in org.apache.camel.component.docker with parameters of type DockerConfigurationModifierConstructorDescriptionDockerComponent
(DockerConfiguration configuration) DockerEndpoint
(String uri, DockerComponent component, DockerConfiguration configuration)