Hands-On Reactive Programming with Reactor
eBook Details:
- Paperback: 250 pages
- Publisher: WOW! eBook (September 29, 2018)
- Language: English
- ISBN-10: 1789135796
- ISBN-13: 978-1789135794
eBook Description:
Hands-On Reactive Programming with Reactor: Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applications
Hands-On Reactive Programming with Reactor: Build reactive and scalable microservices using the Reactor framework
Reactor is an implementation of the Java 9 Reactive Streams specification, an API for asynchronous data processing. This specification is based on a reactive programming paradigm, enabling developers to build enterprise-grade, robust applications with reduced complexity and in less time. Hands-On Reactive Programming with Reactor shows you how Reactor works, as well as how to use it to develop reactive applications in Java.
The book begins with the fundamentals of Reactor and the role it plays in building effective applications. You will learn how to build fully non-blocking applications and will later be guided by the Publisher and Subscriber APIs. You will gain an understanding how to use two reactive composable APIs, Flux and Mono, which are used extensively to implement Reactive Extensions.