diff --git a/src/reference/antora/modules/ROOT/nav.adoc b/src/reference/antora/modules/ROOT/nav.adoc index 61e2b1e327..6dbf35e0f8 100644 --- a/src/reference/antora/modules/ROOT/nav.adoc +++ b/src/reference/antora/modules/ROOT/nav.adoc @@ -60,7 +60,7 @@ *** xref:handler-advice/advised-properties.adoc[] *** xref:handler-advice/idempotent-receiver.adoc[] ** xref:logging-adapter.adoc[] -*** xref:functions-support.adoc[] +** xref:functions-support.adoc[] ** xref:kotlin-functions.adoc[] * xref:dsl.adoc[] ** xref:dsl/java-basics.adoc[] diff --git a/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc b/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc index 36cec37fba..cca16b51a2 100644 --- a/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc +++ b/src/reference/antora/modules/ROOT/pages/changes-5.0-5.1.adoc @@ -17,7 +17,7 @@ See xref:amqp/strict-ordering.adoc[Strict Message Ordering]. === Improved Function Support The `java.util.function` interfaces now have improved integration support in the Framework components. -Also Kotlin lambdas now can be used for handler and source methods. +Also, Kotlin lambdas now can be used for handler and source methods. See xref:functions-support.adoc[`java.util.function` Interfaces Support]. diff --git a/src/reference/antora/modules/ROOT/pages/functions-support.adoc b/src/reference/antora/modules/ROOT/pages/functions-support.adoc index 2b6be0f4fa..2033f238d7 100644 --- a/src/reference/antora/modules/ROOT/pages/functions-support.adoc +++ b/src/reference/antora/modules/ROOT/pages/functions-support.adoc @@ -98,3 +98,5 @@ public IntegrationFlow supplierFlow() { ---- This function support is useful when used together with the https://cloud.spring.io/spring-cloud-function/[Spring Cloud Function] framework, where we have a function catalog and can refer to its member functions from an integration flow definition. + +Also, many Spring Integration channel adapters and patterns are implemented as functions auto-configuration in https://github.com/spring-cloud/spring-functions-catalog[Spring Functions Catalog] project. \ No newline at end of file