Channel adapter endpoint is used to connect a message channel to some external system.
There are two types of channel adapters.
Inbound channel adapter
An inbound channel adapter endpoint connects a source system to a MessageChannel.
Outbound channel adapter
An outbound channel adapter endpoint connects a MessageChannel to a target system.
For example, you read a message from external system using Inbound channel adapter, apply filtering, transformation and other operations on the message and send it to other external system using outbound channel adapter.
Previous Next Home
No comments:
Post a Comment