@aster-rpc/aster API Reference
Preparing search index...
RetryPolicy
Interface RetryPolicy
Retry policy configuration.
interface
RetryPolicy
{
maxAttempts
:
number
;
backoff
:
ExponentialBackoff
;
}
Index
Properties
max
Attempts
backoff
Properties
max
Attempts
maxAttempts
:
number
backoff
backoff
:
ExponentialBackoff
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
max
Attempts
backoff
@aster-rpc/aster API Reference
Loading...
Retry policy configuration.