Reflections on Reactor
In this lesson, we will briefly explain the Reactor pattern.
We'll cover the following...
Why do we need the Reactor pattern?
So far, the patterns in this course have addressed general, recurring design problems present in most non-trivial programs. The Reactor pattern is more limited in its scope. It’s a pattern that operates on the architectural level of design. We include it for its elegant separations of concerns in the Reactor. As such, the pattern is a nice example of good ...