Skip to main content

Class: HttpRetryConfig

server-http-client/src.HttpRetryConfig

Constructors

new HttpRetryConfig()

new HttpRetryConfig(): HttpRetryConfig

Returns

HttpRetryConfig

Properties

delay

delay: number = 1000

Source

libs/server-http-client/src/lib/config/http-retry.config.ts:12


retriesCount

retriesCount: number = 3

Source

libs/server-http-client/src/lib/config/http-retry.config.ts:8


retryType

retryType: RetryType = RetryType.LINEAR

Source

libs/server-http-client/src/lib/config/http-retry.config.ts:15


Generated using typedoc-plugin-markdown and TypeDoc