com.google.appengine.api.taskqueue.dev
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
-
Interface Summary
Interface |
Description |
LocalTaskQueueCallback |
A callback that is asynchronously invoked by the local Task Queue.
|
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[[["This package, `com.google.appengine.api.taskqueue.dev`, contains components for a local development environment's Task Queue service."],["The `LocalTaskQueueCallback` interface provides a method for asynchronous invocation by the local Task Queue."],["`DevPullQueue` is the development server implementation for a pull queue within the Task Queue service."],["The `LocalTaskQueue` class is a local Task Queue service implementation using the Quartz library."],["The package includes classes such as `QueueStateInfo`, `QueueStateInfo.HeaderWrapper`, and `QueueStateInfo.TaskStateInfo`, which are designed to manage and describe the state of the Task Queue within the development environment."]]],[]]