# 9.4 总结

* Spring Integration 允许定义数据在进入或离开应用程序时可以通过的流。
* Integration 流可以以 XML、Java 或 Java DSL 配置的风格进行定义。
* 消息网关和通道适配器充当集成信息流的入口和出口。
* 消息可以被转化，分割，聚集，路由和由服务活化器在流动的过程中进行处理。
* 消息通道连接集成流的组件。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://potoyang.gitbook.io/spring-in-action-v5/di-9-zhang-ji-cheng-spring/9.4-zong-jie.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
