Reactive Streams in Java

Reactive Streams in Java
Author :
Publisher : Apress
Total Pages : 146
Release :
ISBN-10 : 9781484241769
ISBN-13 : 1484241762
Rating : 4/5 (69 Downloads)

Book Synopsis Reactive Streams in Java by : Adam L. Davis

Download or read book Reactive Streams in Java written by Adam L. Davis and published by Apress. This book was released on 2018-11-29 with total page 146 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 Related Books

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

DOWNLOAD 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 Systems in Java
Language: en
Pages: 298
Authors: Clement Escoffier
Categories: Computers
Type: BOOK - Published: 2021-11-10 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Reactive systems and event-driven architecture are becoming indispensable to application design, and companies are taking note. Reactive systems ensure that app
Reactive Programming with RxJava
Language: en
Pages: 372
Authors: Tomasz Nurkiewicz
Categories: Computers
Type: BOOK - Published: 2016-10-06 - Publisher: "O'Reilly Media, Inc."

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

DOWNLOAD 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
Modern Java in Action
Language: en
Pages: 838
Authors: Raoul-Gabriel Urma
Categories: Computers
Type: BOOK - Published: 2018-09-26 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary Manning's bestselling Java 8 book has been revised for Java 9! In Modern Java in Action, you'll build on your existing Java language skills with the new