Uses of Package
com.google.appengine.api.taskqueue
Packages that use com.google.appengine.api.taskqueue
Package
Description
Provides a mechanism to perform work initiated by a user request, outside of that request.
-
Classes in com.google.appengine.api.taskqueue used by com.google.appengine.api.taskqueueClassDescriptionInterface for deferred tasks.Contains various options for lease requests following the builder pattern.
Queue
is used to manage a task queue.QueueStatistics
allow observation of the rate that tasks on a given queue are being executed.Contains various options for a task's retry strategy.Created fromQueue.add(TaskOptions)
.Contains various options for a task following the builder pattern.Methods supported byQueue
.