File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/modules/ROOT/pages/spring-cloud-stream Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public class SampleApplication {
25
25
}
26
26
}
27
27
----
28
- The above example looks no different then any vanilla spring-boot application. It defines a single bean of type `Function`
28
+ The above example looks no different than any vanilla spring-boot application. It defines a single bean of type `Function`
29
29
and that is it. So, how does it become a spring-cloud-stream application?
30
30
It becomes a spring-cloud-stream application simply because of the presence of spring-cloud-stream and binder dependencies
31
31
and auto-configuration classes on the classpath, effectively setting the context for your boot application as a spring-cloud-stream application.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ we recommend using functional implementations.
13
13
[[overview]]
14
14
=== Overview
15
15
16
- Since Spring Cloud Stream v2.1, another alternative for defining _stream handlers_ and _sources_ is to use build -in
16
+ Since Spring Cloud Stream v2.1, another alternative for defining _stream handlers_ and _sources_ is to use built -in
17
17
support for https://cloud.spring.io/spring-cloud-function/[Spring Cloud Function] where they can be expressed as beans of
18
18
type `java.util.function.[Supplier/Function/Consumer]`.
19
19
You can’t perform that action at this time.
0 commit comments