Update SCStS samples link

Add RxJava sample link
This commit is contained in:
Sabby Anandan
2016-03-29 07:01:35 -07:00
parent b53f6a6086
commit 55a2c48249

View File

@@ -82,10 +82,11 @@ Make sure Kafka is running when you run the application. You can use the `kafka
### Sample Projects
* [Source](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/source)
* [Sink](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/sink)
* [Transformer](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/transformer)
* [Mashup](https://github.com/spring-cloud/spring-cloud-stream/tree/master/spring-cloud-stream-samples/extended)
* [Source](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/source)
* [Sink](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/sink)
* [Transformer](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/transform)
* [Multi-binder](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/multibinder)
* [RxJava Processor](https://github.com/spring-cloud/spring-cloud-stream-samples/tree/master/rxjava-processor)
### Related Projects