@adcp/sdk API Reference - v7.9.0
Documentation
GitHub
npm
Preparing search index...
InMemoryCursorStore
Class InMemoryCursorStore
Default cursor store that holds the cursor in memory. Lost on process restart.
Implements
CursorStore
Index
Constructors
constructor
Methods
get
Cursor
set
Cursor
Constructors
constructor
new
InMemoryCursorStore
()
:
InMemoryCursorStore
Returns
InMemoryCursorStore
Methods
get
Cursor
getCursor
()
:
Promise
<
string
|
null
>
Returns
Promise
<
string
|
null
>
set
Cursor
setCursor
(
cursor
:
string
)
:
Promise
<
void
>
Parameters
cursor
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
Cursor
set
Cursor
Documentation
GitHub
npm
@adcp/sdk API Reference - v7.9.0
Loading...
Default cursor store that holds the cursor in memory. Lost on process restart.