Optional
configuration: ConfigurationOptional
basePath: stringOptional
axios: AxiosInstancesummary Purges messages older than the specified number of days from the dead-letter queue.
Optional
purgeRequestModel: PurgeRequestModelThe request model containing the number of days ago to start purging.
Optional
options: RawAxiosRequestConfigOverride http request option.
summary Replays messages from the dead-letter queue based on the specified message IDs or a time range.
Optional
replayRequestModel: ReplayRequestModelThe request model containing the time range or specific message IDs to replay.
Optional
options: RawAxiosRequestConfigOverride http request option.
DeadLetterQueueApi - factory interface export