Please enable JavaScript.
Coggle requires JavaScript to display documents.
spring cloud stream - Coggle Diagram
spring cloud stream
programming model
Java 8 based Functional
-
Function
-
-
Interface Function<T,R>
Where T
- the type of input to the function
and R
- the type of result of the function
-
-
-
-
-
-
-
what
-
-
allows devs to
build, test and deploy data centric application in isolation
-
decouple app's responsibilities i.e consumer, and producer
-
-
-
-