From 5c50666ee3c812a108fa9bb38d623eb3efc37c58 Mon Sep 17 00:00:00 2001 From: pguti778 <71953686+pguti778@users.noreply.github.com> Date: Tue, 17 Jan 2023 18:08:27 -0300 Subject: [PATCH] Little rewording on the main feature Looks like someone started writing and then moved into another thing. It didn't looked continuous. --- docs/src/main/asciidoc/_intro.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/src/main/asciidoc/_intro.adoc b/docs/src/main/asciidoc/_intro.adoc index 93a9ba207..8c8ee7d95 100644 --- a/docs/src/main/asciidoc/_intro.adoc +++ b/docs/src/main/asciidoc/_intro.adoc @@ -35,12 +35,7 @@ https://www.reactive-streams.org/[Reactive Streams] `Publisher` from https://projectreactor.io/[Project Reactor]. The function can be accessed over HTTP or messaging. -Spring Cloud Function has 4 main features: - -In the nutshell Spring Cloud Function provides the following features: -1. Wrappers for `@Beans` of type `Function`, `Consumer` and -`Supplier`, exposing them to the outside world as either HTTP -endpoints and/or message stream listeners/publishers with RabbitMQ, Kafka etc. +Spring Cloud Function has the following features: * _Choice of programming styles - reactive, imperative or hybrid._ * _Function composition and adaptation (e.g., composing imperative functions with reactive)._