DeadLetterQueueApi - object-oriented interface export DeadLetterQueueApi

Hierarchy (view full)

Constructors

Properties

axios: AxiosInstance = globalAxios
basePath: string = BASE_PATH
configuration: undefined | Configuration

Methods

  • summary Purges messages older than the specified number of days from the dead-letter queue.

    Parameters

    • OptionalpurgeRequestModel: PurgeRequestModel

      The request model containing the number of days ago to start purging.

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<void, any>>

    memberof DeadLetterQueueApi

  • summary Replays messages from the dead-letter queue based on the specified message IDs or a time range.

    Parameters

    • OptionalreplayRequestModel: ReplayRequestModel

      The request model containing the time range or specific message IDs to replay.

    • Optionaloptions: RawAxiosRequestConfig

      Override http request option.

    Returns Promise<AxiosResponse<void, any>>

    memberof DeadLetterQueueApi