How to write asynchronous and non-blocking code using CompletableFuture in Java

preview_player
Показать описание
In this video we are going to see how can we write async program with the help of CompletableFuture

How to create a CompletableFuture using the factory methods of CompletableFuture such as runAsync and supplyAsync
How to pass your own thread pool to the CompletableFuture
How to use callbacks that does not return any results using thenAccept and thenAcceptAsync
How to handle error using withComplete and exceptionally
How to use callbacks that returns the result using thenApply, thenApplyAsync and thenCompose
How to chain two CompletableFuture using thenCombine
How to chain multiple CompletableFuture using allOf
How to combine Stream of CompletableFuture
Рекомендации по теме
Комментарии
Автор

Awesome tuturial can you please make a video calling two microservies parellel by using CompletableFuture?

sujitkumar
Автор

can you share githup account for that?

MEGANE
Автор

code github link?talk slowly and make more descriptive videos

AvinashKumar-tkbd