@sap-cloud-sdk/core
Version:
SAP Cloud SDK for JavaScript core
13 lines • 416 B
TypeScript
export interface ResilienceOptions {
/**
* A boolean value that indicates whether to execute request to SCP-CF services using circuit breaker.
*/
enableCircuitBreaker?: boolean;
}
export declare const circuitBreakerDefaultOptions: {
timeout: number;
errorThresholdPercentage: number;
volumeThreshold: number;
resetTimeout: number;
};
//# sourceMappingURL=resilience-options.d.ts.map