We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c7e21 commit 25bef96Copy full SHA for 25bef96
README.md
@@ -116,6 +116,7 @@ class UserService {
116
117
- `@CircuitBreaker(options?: CircuitBreaker.Options)`: Marks the method as a circuit breaker, with `options` being the
118
options of the circuit breaker. You can use global options by setting the `circuitBreakerOption` property in the module.
119
+ `options` is from [opossum](https://www.npmjs.com/package/opossum) library.
120
121
## Auto generate `@ResponseBody()` from return type of exchange method
122
0 commit comments