The ICircuitBreakerStorageAdapter contract defines a way for storing circuit breaker state independent of the underlying technology.
This contract simplifies the implementation of circuit breaker adapters with CRUD-based databases, such as SQL databases and ORMs like TypeOrm and MikroOrm.
The
ICircuitBreakerStorageAdaptercontract defines a way for storing circuit breaker state independent of the underlying technology. This contract simplifies the implementation of circuit breaker adapters with CRUD-based databases, such as SQL databases and ORMs like TypeOrm and MikroOrm.IMPORT_PATH:
"@daiso-tech/core/circuit-breaker/contracts"