Skip to content

A simple example explaining spring integration components and endpoints

License

Notifications You must be signed in to change notification settings

SimpleProgramming/spring-integration-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Spring Integration with Annotations

This example, will explain how to use

  • @MessageGateway
  • @Gateway
  • @MessageEndPoint
  • @Router
    • PayLoadType Router
    • RecipientList Router
    • HeaderValue Router
  • @Filter
  • @Transformer
  • @ServiceActivator
  • @IntegrationComponentScan
  • @EnableIntegration