Spring Cloud Function Write Once, Run Anywhere (For Real!)

In the advent of volatile cloud-native, distributed architectures ranging from enterprise integration to data streaming to microservices, how can one avoid getting sucked into the vendor/product-specific implementation details? In this mostly hands-on session, we’ll uncover the underappreciated value of the “three musketeers” of Java API: Supplier, Function, and Consumer, as well as the Spring Cloud Function framework and the value it adds in ensuring your code stays clean and neutral yet ready and capable of executing in the run-time environment of your choice. We’ll cover a variety of use cases (e.g., messaging, streaming, REST, reactive, etc.), products, and frameworks (e.g., Spring Cloud Stream, RabbitMQ, Microsoft Azure, and more).
Back to Top