Spring Cloud Stream Reference Guide

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

1.0.0.M2

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 Modules
1.1. Overview
II. Modules
2. Sources
2.1. File
2.1.1. Options
2.2. FTP (ftp)
2.2.1. Options
2.3. HTTP (http)
2.4. Load Generator (load-generator)
2.4.1. Options
2.5. SFTP (sftp)
2.5.1. Options
2.6. TCP
2.6.1. Options
2.6.2. Available Decoders
2.7. Time (time)
2.7.1. Options
2.8. Twitter Stream (twitterstream)
2.8.1. Options
3. Processors
3.1. Filter (filter)
3.1.1. Filter with SpEL expression
3.2. Groovy Filter (groovy-filter)
3.2.1. Options
3.3. Http Client (httpclient)
3.3.1. Options
3.4. Noop (noop)
3.5. Groovy Transform (groovy-transform)
3.5.1. Options
3.6. Transform (transform)
3.6.1. Options
3.6.2. Transform with SpEL expression
3.7. Splitter
3.7.1. JSON Example
4. Sinks
4.1. Cassandra (cassandra)
4.1.1. Options
4.2. Counter (counter)
4.3. Field Value Counter (field-value-counter)
4.3.1. Options
4.4. File (file)
4.4.1. Options
4.5. FTP Sink (ftp)
4.6. Gemfire (gemfire)
4.6.1. Options
4.7. Hadoop (HDFS) (hdfs)
4.7.1. Options
4.7.2. Partition Path Expression
Accessing Properties
Custom Methods
4.8. JDBC (jdbc)
4.8.1. Options
4.9. Log (log)
4.10. Redis (redis)
4.10.1. Options
4.11. TCP Sink
4.11.1. Options
4.11.2. Available Encoders
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