Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Java Fundamentals: Asynchronous Programming Using CompletionStage

via Pluralsight

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Asynchronous programming is what the CompletionStage API, from the JDK, brings you. This course covers all the patterns you need to create efficient asynchronous data processing pipelines, including thread control and error recovery.

As a Java developer, being able to create asynchronous systems allows you to develop very efficient applications, that need both throughput and performance. In this course, Java 8 Fundamentals: Asynchronous Programming Using CompletionStage, you will learn all the patterns brought to you by this API. First, you will learn the concepts of asynchronous programming: tasks, non-blocking calls and multi-threaded systems. Then, you will see how to build data processing pipelines where the completion of a first task automatically triggers the execution of a next task, passing data to it. Finally, you will see how to create performant systems by controlling the execution of each task in the right thread. Mastering all of this will help you in creating performant and error-free asynchronous systems with the only dependency being the JDK itself.

Syllabus

  • Course Overview 1min
  • Introducing Asynchronous vs. Concurrent Tasks 26mins
  • Setting up an Asynchronous Operations with CompletionStage 36mins
  • Triggering a Task on the Completion of Other Tasks 48mins
  • Dealing with Exception in the CompletionStage Pipeline 27mins
  • Creating Performant Asynchronous Pipelines with CompletionStage 43mins

Taught by

Jose Paumard

Reviews

4.7 rating at Pluralsight based on 109 ratings

Start your review of Java Fundamentals: Asynchronous Programming Using CompletionStage

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.