This version is still in development and is not considered stable yet. For the latest stable version, please use spring-cloud-stream 4.1.4!spring-doc.cn

Programming Model

To understand the programming model, you should be familiar with the following core concepts:spring-doc.cn

  • Destination Binders: Components responsible to provide integration with the external messaging systems.spring-doc.cn

  • Bindings: Bridge between the external messaging systems and application provided Producers and Consumers of messages (created by the Destination Binders).spring-doc.cn

  • Message: The canonical data structure used by producers and consumers to communicate with Destination Binders (and thus other applications via external messaging systems).spring-doc.cn

SCSt overview