Introducing Java Functions for Spring Cloud Stream Applications - Part 1
Introducing Java Functions for Spring Cloud Stream Applications - Part 1
Last week we posted Introducing Java Functions for Spring Cloud Stream Applications - Part 0
to announce the release of Spring Cloud Stream applications 2020.0.0-M2.
Here, we explore function composition, one of the more powerful features enabled by the function oriented architecture presented in Part 0. If you haven’t had a chance to read Part 0, now would be a great time!
Function Composition
Function composition has a solid theoretical foundation in mathematics and computer science.
In practical terms, it is a way to…