@daiso-tech/core
Version:
The library offers flexible, framework-agnostic solutions for modern web applications, built on adaptable components that integrate seamlessly with popular frameworks like Next Js.
18 lines • 635 B
JavaScript
/**
* @module CircuitBreaker
*/
import {} from "../../circuit-breaker/contracts/circuit-breaker.contract.js";
import {} from "../../circuit-breaker/contracts/circuit-breaker.events.js";
import {} from "../../event-bus/contracts/_module.js";
import {} from "../../time-span/contracts/time-span.contract.js";
import {} from "../../utilities/_module.js";
/**
* IMPORT_PATH: `"@daiso-tech/core/circuit-breaker/contracts"`
* @group Contracts
*/
export const CIRCUIT_BREAKER_TRIGGER = {
ONLY_ERROR: "ONLY_ERROR",
ONLY_SLOW_CALL: "ONLY_SLOW_CALL",
BOTH: "BOTH",
};
//# sourceMappingURL=circuit-breaker-factory.contract.js.map