}
@Override
public void afterRun() throws Exception {
LocalQueueStatsImpl localQueueStatsImpl = getQueueService().getLocalQueueStatsImpl(name);
localQueueStatsImpl.incrementOtherOperations();
if (Boolean.TRUE.equals(response)) {
for (Data data : dataList) {
publishEvent(ItemEventType.ADDED, data);
}
}