Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
realtime
ResumableRealtimeSubscription
Interface ResumableRealtimeSubscription<TFeature>
interface
ResumableRealtimeSubscription
<
TFeature
>
{
state
:
ResumableRealtimeState
;
close
(
reason
?:
string
)
:
void
;
enqueue
(
event
:
RealtimeSequencedEvent
<
TFeature
>
)
:
Promise
<
ResumableRealtimeDelivery
>
;
requireResnapshot
(
reason
:
RealtimeExternalResnapshotReason
,
detail
?:
string
)
:
void
;
}
Type Parameters
TFeature
=
unknown
Index
Properties
state
Methods
close
enqueue
require
Resnapshot
Properties
Readonly
state
state
:
ResumableRealtimeState
Methods
close
close
(
reason
?
)
:
void
Parameters
Optional
reason
:
string
Returns
void
enqueue
enqueue
(
event
)
:
Promise
<
ResumableRealtimeDelivery
>
Parameters
event
:
RealtimeSequencedEvent
<
TFeature
>
Returns
Promise
<
ResumableRealtimeDelivery
>
require
Resnapshot
require
Resnapshot
(
reason
,
detail
?
)
:
void
Project an adapter/server resume failure into an explicit snapshot transition.
Parameters
reason
:
RealtimeExternalResnapshotReason
Optional
detail
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
state
Methods
close
enqueue
require
Resnapshot
@honua/sdk-js
Loading...
Project an adapter/server resume failure into an explicit snapshot transition.