Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit dd00cec

Browse files
committed
Add doc reference on functional apps
Resolves #3916
1 parent 5c8bffe commit dd00cec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/streams.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,10 @@ One can override any of the binder configuration properties by specifying them t
11271127

11281128
Function composition allows you can attach a functional logic dynamically to an existing event streaming application. Please see the link:https://dataflow.spring.io/docs/feature-guides/streams/function-composition/[Function Composition] section of the microsite for more details.
11291129

1130+
== Functional Applications
1131+
1132+
With Spring Cloud Stream 3.x adding link:https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/current/reference/html/spring-cloud-stream.html#spring-cloud-stream-overview-producing-consuming-messages[functional support], users can build `Source`, `Sink` and `Processor` applications by merely implementing the Java Util's `Supplier`, `Consumer` and `Function` interfaces respectively.
1133+
You can refer to the link:https://dataflow.spring.io/docs/recipes/functional-apps/[Functional Application Recipe] of the SCDF site for more information on this.
11301134

11311135
[[spring-cloud-dataflow-stream-examples]]
11321136
== Examples

0 commit comments

Comments
 (0)