We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f2e70 commit f9d1e9aCopy full SHA for f9d1e9a
throttling/README.md
@@ -3,15 +3,14 @@ layout: pattern
3
title: Throttling
4
folder: throttling
5
permalink: /patterns/throttling/
6
+categories: Behavioral
7
tags:
8
- Java
9
- Difficulty-Beginner
- - Throttling
10
---
11
12
## Intent
13
Ensure that a given client is not able to access service resources more than the assigned limit.
14
-
15
16
## Applicability
17
The Throttling pattern should be used:
0 commit comments