Skip to content

Spring:SFTP inbound & outbound example

mnhmilu edited this page Feb 16, 2020 · 3 revisions

Spring Integration Core Concepts:

  1. Message: Header + message Payloads

  2. Channel: Pipeline ,where message go through a) Direct b) Pub-sub

  3. Bridge: Act as a bridge for Direct & Pub -sub

  4. Service Activator (Interceptor, Do something when message in or out )

  5. Adapter (Plug-in Tools to system or data source) In Bound Adapter & Out Bound Adapter

Example Download or Inbound Tutorial

Official Documentation

Clone this wiki locally