From 3354e3bdcfb1e650bb0fe6f38a897949fbb2ffc9 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Sat, 25 Jan 2020 03:06:12 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/spring-cloud-function.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/reference/html/spring-cloud-function.html b/reference/html/spring-cloud-function.html index d42f76de6..5ca2e275d 100644 --- a/reference/html/spring-cloud-function.html +++ b/reference/html/spring-cloud-function.html @@ -399,10 +399,7 @@ invoked only once to pass a reference to the stream (Flux or Mono) and imperativ

Consumer is a little bit special because it has a void return type, which implies blocking, at least potentially. Most likely you will not need to write Consumer<Flux<?>>, but if you do need to do that, -remember to subscribe to the input flux. If you declare a Consumer -of a non publisher type (which is normal), it will be converted to a -function that returns a publisher, so that it can be subscribed to in -a controlled way.

+remember to subscribe to the input flux.

@@ -896,8 +893,8 @@ in addition to the location property we also specify definiti
-
"--spring.cloud.function.location=target/it/bootapp/target/bootapp-1.0.0.RELEASE-exec.jar",
-"--spring.cloud.function.definition=uppercase" };
+
--spring.cloud.function.location=target/it/bootapp/target/bootapp-1.0.0.RELEASE-exec.jar
+--spring.cloud.function.definition=uppercase