| Package | Description |
|---|---|
| org.apache.camel.component.docker |
| Modifier and Type | Method and Description |
|---|---|
DockerConfiguration |
DockerConfiguration.copy() |
DockerConfiguration |
DockerEndpoint.getConfiguration() |
protected DockerConfiguration |
DockerComponent.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static com.github.dockerjava.api.DockerClient |
DockerClientFactory.getDockerClient(DockerComponent dockerComponent,
DockerConfiguration dockerConfiguration,
org.apache.camel.Message message)
Produces a
DockerClient to communicate with Docker |
static <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) |
| Constructor and Description |
|---|
DockerComponent(DockerConfiguration configuration) |
DockerEndpoint(String uri,
DockerComponent component,
DockerConfiguration configuration) |
Apache Camel