#1113 Link uml-reverse-mapper created class diagrams to readme, where needed

This commit is contained in:
Ilkka Seppälä
2019-12-07 20:01:13 +02:00
parent 0685a505d3
commit b09b100614
161 changed files with 246 additions and 64 deletions

View File

@ -15,6 +15,9 @@ Prioritize requests sent to services so that requests with a higher priority are
## Explanation
Applications may delegate specific tasks to other services; for example, to perform background processing or to integrate with other applications or services. In the cloud, a message queue is typically used to delegate tasks to background processing. In many cases the order in which requests are received by a service is not important. However, in some cases it may be necessary to prioritize specific requests. These requests should be processed earlier than others of a lower priority that may have been sent previously by the application.
## Class diagram
![alt text](./etc/priority-queue.urm.png "Priority Queue pattern class diagram")
## Applicability
Use the Property pattern when

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB