mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 06:58:54 +00:00
fix: Remove invalid real-world example
This commit is contained in:
@@ -20,10 +20,6 @@ Use Reactor pattern when
|
||||
* A server application needs to be available for receiving requests from new clients even when handling older client requests.
|
||||
* A server must maximize throughput, minimize latency and use CPU efficiently without blocking.
|
||||
|
||||
## Real world examples
|
||||
|
||||
* [Spring Reactor](http://projectreactor.io/)
|
||||
|
||||
## Credits
|
||||
|
||||
* [Douglas C. Schmidt - Reactor](https://www.dre.vanderbilt.edu/~schmidt/PDF/Reactor.pdf)
|
||||
|
||||
Reference in New Issue
Block a user