UNPKG

416 BTypeScriptView Raw
1export interface ResilienceOptions {
2 /**
3 * A boolean value that indicates whether to execute request to SCP-CF services using circuit breaker.
4 */
5 enableCircuitBreaker?: boolean;
6}
7export declare const circuitBreakerDefaultOptions: {
8 timeout: number;
9 errorThresholdPercentage: number;
10 volumeThreshold: number;
11 resetTimeout: number;
12};
13//# sourceMappingURL=resilience-options.d.ts.map
\No newline at end of file