Classes & Interfaces
QueueClient
Methods
Methods
submit
| Parameter | Type | Description |
|---|---|---|
endpointId | Id | - The ID of the function web endpoint. |
options | SubmitOptions<InputType<Id>> | - Options to configure how the request is run. |
Promise<InQueueQueueStatus>status
| Parameter | Type | Description |
|---|---|---|
endpointId | string | - The ID of the function web endpoint. |
options | QueueStatusOptions | - Options to configure how the request is run. |
Promise<QueueStatus>streamStatus
| Parameter | Type | Description |
|---|---|---|
endpointId | string | - The ID of the function web endpoint. |
options | QueueStatusStreamOptions | - Options to configure how the request is run and how updates are received. |
Promise<FalStream<unknown, QueueStatus>>subscribeToStatus
options.mode for more details.| Parameter | Type | Description |
|---|---|---|
endpointId | string | - The ID of the function web endpoint. |
options | QueueStatusSubscriptionOptions | - Options to configure how the request is run and how updates are received. |
Promise<CompletedQueueStatus>result
| Parameter | Type | Description |
|---|---|---|
endpointId | Id | - The ID of the function web endpoint. |
options | BaseQueueOptions | - Options to configure how the request is run. |
Promise<Result<OutputType<Id>>>cancel
| Parameter | Type | Description |
|---|---|---|
endpointId | string | - The ID of the function web endpoint. |
options | BaseQueueOptions | - Options to configure how the request is run and how updates are received. |
Promise<void>