Spring Cloud Stream Reference Guide

Sabby Anandan, Marius Bogoevici, Eric Bottard, Mark Fisher, Ilayaperumal Gopinathan, Gunnar Hillert, Mark Pollack, Patrick Peralta, Glenn Renfro, Thomas Risberg, Dave Syer, David Turanski, Janne Valkealahti

1.0.0.M3

Copies of this document may be made for your own use and for distribution to others, provided that you do not charge any fee for such copies and further provided that each copy contains this Copyright Notice, whether distributed in print or electronically.


Table of Contents

I. Reference Guide
1. Spring Cloud Stream Overview
1.1. Introducing Spring Cloud Stream
1.1.1. Multiple Input or Output Channels
1.1.2. Inter-module communication
1.1.3. Advanced binding properties
Partitioning
1.2. Binder selection
1.2.1. Classpath detection
1.2.2. Multiple binders on the classpath
1.2.3. Connecting to multiple systems
1.3. Managed vs standalone
1.3.1. Fat JAR
II. Samples
2. Sample Applications
III. Appendices
A. Building
A.1. Basic Compile and Test
A.2. Documentation
A.3. Working with the code
A.3.1. Importing into eclipse with m2eclipse
A.3.2. Importing into eclipse without m2eclipse
A.4. Sign the Contributor License Agreement
A.5. Code Conventions and Housekeeping