Files
spring-integration/src/reference/asciidoc/core.adoc
Artem Bilan 709f5585df Some Docs improvements
* Add short description to content link in the `index.adoc`
to make it more clear what target chapter is about
* Fix `index-header.adoc` to not show a links to other doc formats.
Instead, use correct link to single/multi according the current context
* Add `Feedback` and `Getting Started` sections to `preface.adoc`
2022-05-11 16:43:27 -04:00

22 lines
782 B
Plaintext

[[spring-integration-core-messaging]]
= Core Messaging
[[spring-integration-core-msg]]
This section covers all aspects of the core messaging API in Spring Integration.
It covers messages, message channels, and message endpoints.
It also covers many of the enterprise integration patterns, such as filter, router, transformer, service activator, splitter, and aggregator.
This section also contains material about system management, including the control bus and message history support.
[[messaging-channels-section]]
== Messaging Channels
// BE SURE TO PRECEDE ALL include:: with a blank line - see https://github.com/asciidoctor/asciidoctor/issues/1297
include::./channel.adoc[]
include::./polling-consumer.adoc[]
include::./channel-adapter.adoc[]
include::./bridge.adoc[]