Package ru.yoomoney.tech.dbqueue.dao
Interface QueuePickTaskDao
-
public interface QueuePickTaskDaoDatabase access object to pick up tasks in the queue.- Since:
- 06.10.2019
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskRecordpickTask()Pick task from a queue
-
-
-
Method Detail
-
pickTask
@Nullable TaskRecord pickTask()
Pick task from a queue- Returns:
- task data or null if not found
-
-