@adviser/cement - v0.0.0
Preparing search index...
PollerOptions
Interface PollerOptions<CTX>
interface
PollerOptions
<
CTX
>
{
intervalMs
:
number
;
actionTimeoutMs
:
number
;
timeoutMs
:
number
;
exponentialBackoff
:
boolean
;
abortSignal
?:
AbortSignal
;
ctx
:
CTX
;
}
Type Parameters
CTX
Index
Properties
interval
Ms
action
Timeout
Ms
timeout
Ms
exponential
Backoff
abort
Signal?
ctx
Properties
Readonly
interval
Ms
intervalMs
:
number
Readonly
action
Timeout
Ms
actionTimeoutMs
:
number
Readonly
timeout
Ms
timeoutMs
:
number
Readonly
exponential
Backoff
exponentialBackoff
:
boolean
Optional
Readonly
abort
Signal
abortSignal
?:
AbortSignal
Readonly
ctx
ctx
:
CTX
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
interval
Ms
action
Timeout
Ms
timeout
Ms
exponential
Backoff
abort
Signal
ctx
@adviser/cement - v0.0.0
Loading...