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 DockerConfigurationDockerConfiguration. copy()DockerConfigurationDockerComponent. getConfiguration()To use the shared docker configurationDockerConfigurationDockerEndpoint. getConfiguration()Methods in org.apache.camel.component.docker with parameters of type DockerConfiguration Modifier and Type Method Description static com.github.dockerjava.api.DockerClientDockerClientFactory. getDockerClient(DockerComponent dockerComponent, DockerConfiguration dockerConfiguration, org.apache.camel.Message message)Produces aDockerClientto communicate with Dockerstatic <T> TDockerHelper. 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> TDockerHelper. 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.voidDockerComponent. 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)
-