第 62 章 块组件
从 Camel 版本 2.15 开始提供
chunk: 组件允许使用 Chunk 模板处理消息。在使用 Templating 生成请求响应时,这是理想选择。
Maven 用户需要将以下依赖项添加到此组件的 pom.xml
中:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-chunk</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency>
62.1. URI 格式
chunk:templateName[?options]
其中 templateName 是要调用的模板的 classpath-local URI。
您可以使用以下格式在 URI 中附加查询选项 ?option=value& amp;option=value&…