Uses of Class
io.nitric.api.queue.ReceivedTask
-
Packages that use ReceivedTask Package Description io.nitric.api.queue Provides the Queue Service API. -
-
Uses of ReceivedTask in io.nitric.api.queue
Methods in io.nitric.api.queue that return ReceivedTask Modifier and Type Method Description ReceivedTask
ReceivedTask.ReceivedTaskBuilder. build()
Methods in io.nitric.api.queue that return types with arguments of type ReceivedTask Modifier and Type Method Description List<ReceivedTask>
Queue. receive(int limit)
Return receive a maximum specified number of tasks from the queue.
-