blob: 817a5ac57536600fc3f5f420f547eeb1e6dd4efc [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
= AtlasMap
:cq-artifact-id: camel-quarkus-atlasmap
:cq-native-supported: false
:cq-status: Preview
:cq-description: Transforms the message using an AtlasMap transformation.
:cq-deprecated: false
:cq-jvm-since: 1.5.0
:cq-native-since: n/a
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.5.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
Transforms the message using an AtlasMap transformation.
== What's inside
* xref:latest@components::atlasmap-component.adoc[AtlasMap component], URI syntax: `atlasmap:resourceUri`
Please refer to the above link for usage and configuration details.
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-atlasmap</artifactId>
</dependency>
----
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.