public static class LocalTaskQueueTestConfig.DeferredTaskCallback
extends java.lang.Object
LocalTaskQueueCallback implementation that automatically detects
and runs tasks with a DeferredTask payload.
Requests with a payload that is not a DeferredTask are dispatched
to executeNonDeferredRequest(URLFetchServicePb.URLFetchRequest), which by default does nothing.
If you need to handle a payload like this you can extend the class and
override this method to do what you need.| Constructor and Description |
|---|
LocalTaskQueueTestConfig.DeferredTaskCallback() |
| Modifier and Type | Method and Description |
|---|---|
int |
execute(URLFetchServicePb.URLFetchRequest req) |
protected int |
executeNonDeferredRequest(URLFetchServicePb.URLFetchRequest req)
Broken out to make it easy for subclasses to provide their own behavior
when the request payload is not a
DeferredTask. |
void |
initialize(java.util.Map<java.lang.String,java.lang.String> properties) |
public LocalTaskQueueTestConfig.DeferredTaskCallback()
public void initialize(java.util.Map<java.lang.String,java.lang.String> properties)
public int execute(URLFetchServicePb.URLFetchRequest req)
protected int executeNonDeferredRequest(URLFetchServicePb.URLFetchRequest req)
DeferredTask.