文件名称:Reactive Streams in Java: Concurrency with RxJava, Reactor, and Akka Streams
文件大小:1.73MB
文件格式:PDF
更新时间:2021-12-20 04:50:57
Reactive Java RxJava Akka
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 Chapter 1: Introduction to Reactive Streams Chapter 2: Existing Models of Concurrency in Java Chapter 3: Common Concepts Chapter 4: RxJava Chapter 5: Reactor Chapter 6: Akka Streams Chapter 7: Android and RxJava Chapter 8: Spring Boot and Reactor Chapter 9: Akka HTTP and Akka Streams Chapter 10: Conclusions Appendix A: Java 10 and 11