Interface DockerEndpointBuilderFactory.DockerBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
DockerEndpointBuilderFactory
public static interface DockerEndpointBuilderFactory.DockerBuilders
-
Method Summary
Modifier and TypeMethodDescriptiondocker()
Docker (camel-docker) Manage Docker containers.Docker (camel-docker) Manage Docker containers.Docker (camel-docker) Manage Docker containers.
-
Method Details
-
docker
Docker (camel-docker) Manage Docker containers. Category: cloud,container Since: 2.15 Maven coordinates: org.apache.camel:camel-docker- Returns:
- the dsl builder for the headers' name.
-
docker
Docker (camel-docker) Manage Docker containers. Category: cloud,container Since: 2.15 Maven coordinates: org.apache.camel:camel-docker Syntax:docker:operation
Path parameter: operation (required) Which operation to use There are 37 enums and the value can be one of: events, stats, auth, info, ping, version, imagebuild, imagecreate, imageinspect, imagelist, imagepull, imagepush, imageremove, imagesearch, imagetag, containerattach, containercommit, containercopyfile, containercreate, containerdiff, inspectcontainer, containerkill, containerlist, containerlog, containerpause, containerrestart, containerremove, containerstart, containerstop, containertop, containerunpause, containerwait, execcreate, execstart, networkconnect, networkcreate, networkremove- Parameters:
path
- operation- Returns:
- the dsl builder
-
docker
default DockerEndpointBuilderFactory.DockerEndpointBuilder docker(String componentName, String path) Docker (camel-docker) Manage Docker containers. Category: cloud,container Since: 2.15 Maven coordinates: org.apache.camel:camel-docker Syntax:docker:operation
Path parameter: operation (required) Which operation to use There are 37 enums and the value can be one of: events, stats, auth, info, ping, version, imagebuild, imagecreate, imageinspect, imagelist, imagepull, imagepush, imageremove, imagesearch, imagetag, containerattach, containercommit, containercopyfile, containercreate, containerdiff, inspectcontainer, containerkill, containerlist, containerlog, containerpause, containerrestart, containerremove, containerstart, containerstop, containertop, containerunpause, containerwait, execcreate, execstart, networkconnect, networkcreate, networkremove- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- operation- Returns:
- the dsl builder
-