Reactive Streams in Java

Reactive Streams in Java
Author: Adam L. Davis
Publisher: Apress
Total Pages: 146
Release: 2018-11-29
Genre: Computers
ISBN: 1484241762


Download Reactive Streams in Java Book in PDF, Epub and Kindle

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 11Apply reactive streams using RxJava Program using Akka StreamsCarry out reactive streams programming in Android Who This Book Is For Experienced Java programmers.


Reactive Streams in Java
Language: en
Pages: 146
Authors: Adam L. Davis
Categories: Computers
Type: BOOK - Published: 2018-11-29 - Publisher: Apress

GET EBOOK

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 bo
Reactive Spring
Language: en
Pages:
Authors: Josh Long
Categories:
Type: BOOK - Published: 2020-09-15 - Publisher:

GET EBOOK

Microservices and big-data increasingly confront us with the limitations of traditional input/output. In traditional IO, work that is IO-bound dominates threads
Reactive Programming with RxJava
Language: en
Pages: 372
Authors: Tomasz Nurkiewicz
Categories: Computers
Type: BOOK - Published: 2016-10-06 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

In today’s app-driven era, when programs are asynchronous and responsiveness is so vital, reactive programming can help you write code that’s more reliable,
Reactive Systems in Java
Language: en
Pages: 298
Authors: Clement Escoffier
Categories: Computers
Type: BOOK - Published: 2021-11-10 - Publisher: "O'Reilly Media, Inc."

GET EBOOK

Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note. Reactive systems ensure that app
Reactive Java Programming
Language: en
Pages: 115
Authors: Andrea Maglie
Categories: Computers
Type: BOOK - Published: 2016-11-02 - Publisher: Apress

GET EBOOK

Learn reactive programming using Java and its functional aspects, sometimes called RxJava. This book shows you how to solve "callback hell" with RxJava and show