Transactions
Queue recovery
Recover stuck queued transactions with the Java SDK.
POST
Queue recovery
Use
blnk.transactions().recoverQueue for this operation.
1
Call the method
2
Check how many were recovered
Read
response.data().get("recovered") to see how many transactions were re-enqueued. Use Search or get by ID to verify individual transaction statuses afterward.3
Response
200 OK
Related docs
Concurrency & queuing
Why Blnk queues transactions for hot balances.
Recover queued transactions
HTTP request and response schema.