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() {
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.