| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
ComponentsBuilderFactory.atlasmap()
AtlasMap (camel-atlasmap)
Transforms the message using an AtlasMap transformation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AtlasmapComponentBuilderFactory.AtlasmapComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder.atlasContextFactory(io.atlasmap.api.AtlasContextFactory atlasContextFactory)
To use the AtlasContextFactory otherwise a new engine is created.
|
static AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
AtlasmapComponentBuilderFactory.atlasmap()
AtlasMap (camel-atlasmap)
Transforms the message using an AtlasMap transformation.
|
default AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder |
AtlasmapComponentBuilderFactory.AtlasmapComponentBuilder.propertiesFile(String propertiesFile)
The URI of the properties file which is used for AtlasContextFactory
initialization.
|
Apache Camel