Technical requirements
To be able to execute the code examples that are provided in this chapter, you will need the following:
- A computer with an operating system: Microsoft Windows, Apple macOS, or Linux
- Java SE version 17 or later
- Any IDE or code editor you prefer
The instructions for how to set up a Java SE and IntelliJ IDEA editor were provided in Chapter 1, Getting Started with Java 17, of this book. The files and the code examples for this chapter are available from the GitHub repository at https://github.com/PacktPublishing/Learn-Java-17-Programming.git. You can locate them in the examples/src/main/java/com/packt/learnjava/ch15_reactive folder.