SqlWindowStore
Implements
Section titled “Implements”WindowStore
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new SqlWindowStore(sql): SqlWindowStore;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
Returns
Section titled “Returns”SqlWindowStore
Methods
Section titled “Methods”get(threadId): Promise<WindowState>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”Promise<WindowState>
Implementation of
Section titled “Implementation of”WindowStore.getrecordExpiry()
Section titled “recordExpiry()”recordExpiry(threadId, at): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”WindowStore.recordExpiryrecordInbound()
Section titled “recordInbound()”recordInbound(threadId, ts): Promise<void>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”Promise<void>
Implementation of
Section titled “Implementation of”WindowStore.recordInbound