November 2022
Intermediate to advanced
384 pages
8h 47m
English
In the previous chapter, we used events to share information between the modules. In this chapter, we will learn how complex work can be done in a distributed and asynchronous way. We will introduce several different options for performing complex operations across different components. After that, we will implement a new asynchronous workflow for creating orders in the application using one of those techniques.
In this chapter, we will cover the following topics:
You will need to install or have installed the ...