Removed reference to the spring-cloud-stream from the doc

This commit is contained in:
Oleg Zhurakousky
2018-10-29 14:52:47 +01:00
parent 649011a1fd
commit 242feecd4e

View File

@@ -40,11 +40,7 @@ or a Stream processor, for instance with RabbitMQ, Apache Kafka or
JMS.
The `@Beans` can be `Function`, `Consumer` or `Supplier` (all from
`java.util`), and their parametric types can be String or POJO. A
`Function` is exposed as a Spring Cloud Stream `Processor` if
`spring-cloud-function-stream` is on the classpath. A `Consumer` is
also exposed as a Stream `Sink`, and a `Supplier` translates to a
Stream `Source`.
`java.util`), and their parametric types can be String or POJO.
Functions can also be of `Flux<String>` or `Flux<Pojo>` and Spring
Cloud Function takes care of converting the data to and from the