From 900e34beba693029afd60d879d8edc0443422dd3 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Mon, 4 Nov 2019 17:56:09 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/spring-cloud-function.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/reference/html/spring-cloud-function.html b/reference/html/spring-cloud-function.html index b24627359..9dab8e722 100644 --- a/reference/html/spring-cloud-function.html +++ b/reference/html/spring-cloud-function.html @@ -457,7 +457,10 @@ public Supplier<Flux<String>> someSupplier() {

Function

-

TBD

+

Function can also be written in imperative or reactive way, yet unlike Supplier and Consumer there are +no special considerations for the implementor other then understanding that when used within frameworks +such as Spring Cloud Stream and others, reactive function is +invoked only once to pass a reference to the stream (Flux or Mono) and imperative is invoked once per event.