filmov
tv
Advanced Java CompletableFuture Features: Handling Runtime Exceptions (Part 1)
Показать описание
This video first describes how exception handling is more complex for asynchronous computations than for synchronous computations and then gives an overview of the completion stage methods (handle(), exceptionally(), and whenComplete()) that handle exceptions that are thrown by asynchronous computations in the Java completable futures framework.