4546474849505152535455
@Override public void run() throws Exception { QueueContainer container = getOrCreateContainer(); if (pollOperation) { response = container.txnRollbackPoll(itemId, false); } else { response = container.txnRollbackOffer(itemId); } }
4445464748495051525354
@Override public void run() throws Exception { QueueContainer container = getOrCreateContainer(); if (pollOperation) { response = container.txnRollbackPoll(itemId, true); } else { response = container.txnRollbackOfferBackup(itemId); } }
4647484950515253545556