SimpleProgramming / spring-integration-example

A simple example explaining spring integration components and endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple example explaining spring integration components and endpoints

License:MIT License


Languages

Language:Java 100.0%