com.google.appengine.api.labs.taskqueue.dev
Interface LocalTaskQueueCallback
- All Superinterfaces:
- java.io.Serializable
public interface LocalTaskQueueCallback
- extends java.io.Serializable
A callback that is asynchronously invoked by the local Task Queue. Even
though the interface is defined in terms of a url fetch and its response,
implementors are free to execute the request in any way they see fit.
Method Summary |
int |
execute(URLFetchServicePb.URLFetchRequest req)
Execute the provided url fetch request. |
execute
int execute(URLFetchServicePb.URLFetchRequest req)
- Execute the provided url fetch request.
- Parameters:
req
- The url fetch request
- Returns:
- The HTTP status code of the fetch.