From 242feecd4e906a3a0f141e182b6f67fc86541d5b Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 29 Oct 2018 14:52:47 +0100 Subject: [PATCH] Removed reference to the spring-cloud-stream from the doc --- docs/src/main/asciidoc/getting-started.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/src/main/asciidoc/getting-started.adoc b/docs/src/main/asciidoc/getting-started.adoc index ddf30debb..d4fdffacc 100644 --- a/docs/src/main/asciidoc/getting-started.adoc +++ b/docs/src/main/asciidoc/getting-started.adoc @@ -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` or `Flux` and Spring Cloud Function takes care of converting the data to and from the