Preparing search index...
The search index is not available
Documentation
Documentation
Client
RetryStrategy
Class RetryStrategy
Index
Constructors
constructor
Properties
delay
Decider
retry
Decider
Methods
retry
Constructors
constructor
new
Retry
Strategy
(
options
?
)
:
RetryStrategy
Parameters
options
:
RetryStrategyOptions
= {}
Returns
RetryStrategy
Properties
delay
Decider
delay
Decider
:
DelayDecider
retry
Decider
retry
Decider
:
RetryDecider
Methods
retry
retry
<
Input
,
Output
,
Context
>
(
next
,
context
)
:
FinalizeHandler
<
Input
,
Output
>
Type Parameters
Input
extends
object
Output
extends
object
Context
extends
object
=
object
Parameters
next
:
FinalizeHandler
<
Input
,
Output
>
context
:
Context
Returns
FinalizeHandler
<
Input
,
Output
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
delay
Decider
retry
Decider
retry
Documentation
Loading...