Uses of Class
org.apache.camel.component.docker.DockerConfiguration
-
Packages that use DockerConfiguration Package Description org.apache.camel.component.docker -
-
Uses of DockerConfiguration in org.apache.camel.component.docker
Methods in org.apache.camel.component.docker that return DockerConfiguration Modifier and Type Method Description DockerConfiguration
DockerConfiguration. copy()
DockerConfiguration
DockerComponent. getConfiguration()
To use the shared docker configurationDockerConfiguration
DockerEndpoint. getConfiguration()
Methods in org.apache.camel.component.docker with parameters of type DockerConfiguration Modifier and Type Method Description static 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 DockerConfiguration Constructor Description DockerComponent(DockerConfiguration configuration)
DockerEndpoint(String uri, DockerComponent component, DockerConfiguration configuration)
-