added SCSt image

This commit is contained in:
Oleg Zhurakousky
2018-04-10 18:01:08 -04:00
parent 33ebd9b67c
commit a03fc08624
2 changed files with 2 additions and 0 deletions

BIN
img/SCSt-overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -52,6 +52,8 @@ 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"/>
<span id="quick-start"></span>
## Quick Start