토리맘의 한글라이즈 프로젝트 logo 토리맘의 한글라이즈 프로젝트

스프링 인티그레이션 공식 레퍼런스를 한글로 번역한 문서입니다.

버전은 5.5.15 기준입니다.


Mark Fisher, Marius Bogoevici, Iwein Fuld, Jonas Partner, Oleg Zhurakousky, Gary Russell, Dave Syer, Josh Long, David Turanski, Gunnar Hillert, Artem Bilan, Amol Nayak, Jay Bryant


이 문서는 챕터별로 페이지를 나눠서도 제공하고 있으며 (로딩이 더 빠르다), PDF로도 조회할 수 있다.

© 2009 - 2021 VMware, Inc. All rights reserved.

이 문서 사본을 만들어 개인 소장하거나 다른 사람들에게 배포할 수는 있지만, 문서에 대한 비용을 청구해선 안 되며, 배포 형식이 인쇄물이든 디지털 파일이던지 관계없이 저작권 표시를 포함해야 한다.


목차:

  1. Requirements
  2. Code Conventions
  3. Conventions in This Guide
  4. What’s New in Spring Integration 5.5?
  5. Spring Integration Overview
  6. Messaging Channels
  7. Message
  8. Message Routing
  9. Message Transformation
  10. Messaging Endpoints
  11. Java DSL
  12. Kotlin DSL
  13. System Management
  14. Endpoint Quick Reference Table
  15. AMQP Support
  16. Spring ApplicationEvent Support
  17. Feed Adapter
  18. File Support
  19. FTP/FTPS Adapters
  20. Pivotal GemFire and Apache Geode Support
  21. HTTP Support
  22. JDBC Support
  23. JPA Support
  24. JMS Support
  25. Apache Kafka Support
  26. Mail Support
  27. MongoDb Support
  28. MQTT Support
  29. R2DBC Support
  30. Redis Support
  31. Resource Support
  32. RMI Support
  33. RSocket Support
  34. SFTP Adapters
  35. STOMP Support
  36. Stream Support
  37. Syslog Support
  38. TCP and UDP Support
  39. WebFlux Support
  40. WebSockets Support
  41. Web Services Support
  42. XML Support - Dealing with XML Payloads
  43. XMPP Support
  44. ZeroMQ Support
  45. Zookeeper Support
  46. Appendix A: Error Handling
  47. Appendix B: Spring Expression Language (SpEL)
  48. Appendix C: Message Publishing
  49. Appendix D: Transaction Support
  50. Appendix E: Security in Spring Integration
  51. Appendix F: Configuration
  52. Appendix G: Testing support
  53. Appendix H: Spring Integration Samples
  54. Appendix I: Additional Resources
  55. Appendix J: Change History

Next :
Preface
스프링 인티그레이션의 기본 요구사항과 컨벤션 소개

<< >>

TOP