Interface LocalTaskQueueCallback

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnvSettingTaskqueueCallback, LocalTaskQueueTestConfig.DeferredTaskCallback, LocalTaskQueueTestConfig.DeferredTaskCallback, LocalTaskQueueTestConfig.ServletInvokingTaskCallback, LocalTaskQueueTestConfig.ServletInvokingTaskCallback

public interface LocalTaskQueueCallback extends 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.