added SCSt image

This commit is contained in:
Oleg Zhurakousky
2018-04-10 18:02:45 -04:00
parent a03fc08624
commit 493428052a

View File

@@ -52,7 +52,7 @@ The core building blocks of Spring Cloud Stream are:
* *Destination Bindings*: Bridge between the external messaging systems and application provided Producers and Consumers of messages (created by the Destination Binders).
* *Message*: The canonical data structure used by producers and consumers to communicate with Destination Binders (and thus other applications via external messaging systems).
<img class="styled-image" src="img/SCSt-overview.png" alt="Spring Cloud Stream overview" title="Spring Cloud Stream overview"/>
<img class="styled-image" src="img/SCSt-overview.png" alt="Spring Cloud Stream overview" title="Spring Cloud Stream overview" border="5"/>
<span id="quick-start"></span>