Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as w
Reactive Streams in Java: Concurrency with RxJava, Reactor, and Akka Streams
β Scribed by Adam L. Davis
- Publisher
- Apress
- Year
- 2019 [2018
- Tongue
- English
- Leaves
- 139
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK.
Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundaryβpassing elements on to another thread or thread-poolβwhile ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges.
What You Will Learn
β’ Discover reactive streams and how to use them
β’ Work with the latest features in Java 9 and Java 11
β’ Apply reactive streams using RxJava
β’ Program using Akka Streams
β’ Carry out reactive streams programming in Android
Who This Book Is For
Experienced Java programmers.
β¦ Table of Contents
Front Matter ....Pages i-xiv
Introduction to Reactive Streams (Adam L. Davis)....Pages 1-3
Existing Models of Concurrency in Java (Adam L. Davis)....Pages 5-13
Common Concepts (Adam L. Davis)....Pages 15-24
RxJava (Adam L. Davis)....Pages 25-39
Reactor (Adam L. Davis)....Pages 41-56
Akka Streams (Adam L. Davis)....Pages 57-70
Android and RxJava (Adam L. Davis)....Pages 71-82
Spring Boot and Reactor (Adam L. Davis)....Pages 83-103
Akka HTTP and Akka Streams (Adam L. Davis)....Pages 105-128
Conclusions (Adam L. Davis)....Pages 129-130
Back Matter ....Pages 131-139
β¦ Subjects
Programming;Reactive programming;Java;RxJava;Concurrency;Android;Akka Streams;Reactor
π SIMILAR VOLUMES
<div>Reactive applications build on top of components that communicate asynchronously as they react to user and system events. As a result, they become scalable, responsive, and fault-tolerant. Java and Scala developers can use the Play Framework and the Akka concurrency toolkit to easily implement
Reactive applications build on top of components that communicate asynchronously as they react to user and system events. As a result, they become scalable, responsive, and fault-tolerant. Java and Scala developers can use the Play Framework and the Akka concurrency toolkit to easily implement react
<div>Manning's bestselling Java 8 book has been revised for Java 9 and Java 10! In <i>Modern Java in Action</i>, readers build on their existing Java language skills with the newest features and techniques.<br> The release of Java 9 builds on what made Java 8 so exciting. In addition to Java 8's lam