Book Image

Hands-On Reactive Programming with Java 12 [Video]

By : Tomasz Lelek
Book Image

Hands-On Reactive Programming with Java 12 [Video]

By: Tomasz Lelek

Overview of this book

Reactive programming is a programming paradigm oriented toward data flows and the propagation of change: programming with asynchronous data streams. Apps in recent times have an abundance of real-time events of every kind that create a highly interactive experience for the user. However, the right tools are needed to manage these, and Reactive programming is the answer. This course is a step-by-step guide to creating applications with Java 12 by applying Reactive programming. You will get hands-on experience; each section will build on the previous one, so that you will be able to make your app responsive and reliable by implementing Reactive principles with Java. You'll also apply the best data structures and algorithms that optimize functions—all using functional Reactive programming. By the end of this course, you'll be fully equipped with the tools and techniques needed to implement robust, event-driven, and Reactive applications. The code bundle for this course is available at https://github.com/PacktPublishing/Hands-On-Reactive-Programming-with-Java-12
Table of Contents (6 chapters)
Chapter 2
Publishing and Consuming Messages: Starting Stock Exchange Application
Content Locked
Section 2
Using Publisher to Emit Stock Events
In this video, we will learn to use publisher to emit stock events. - Create stocks publisher - Leverage SubmissionPublisher - Examine the most important SubscriberPublisher methods