Uses of Interface
com.google.appengine.api.taskqueue.dev.LocalTaskQueueCallback
Packages that use LocalTaskQueueCallback
Package
Description
-
Uses of LocalTaskQueueCallback in com.google.appengine.tools.development.testing
Classes in com.google.appengine.tools.development.testing that implement LocalTaskQueueCallbackModifier and TypeClassDescriptionclassAn implementation ofLocalTaskQueueCallbackthat wraps a delegate and invokesApiProxy.setEnvironmentForCurrentThread(com.google.apphosting.api.ApiProxy.Environment)prior to invoking the delegate.static classALocalTaskQueueCallbackimplementation that automatically detects and runs tasks with aDeferredTaskpayload.static classA class to delegate incoming task queue callbacks to HttpServlets based on a provided mapping.Method parameters in com.google.appengine.tools.development.testing with type arguments of type LocalTaskQueueCallbackModifier and TypeMethodDescriptionLocalTaskQueueTestConfig.setCallbackClass(Class<? extends LocalTaskQueueCallback> callbackClass) Overrides the callback implementation used by the local task queue for async task execution.static voidEnvSettingTaskqueueCallback.setProxyProperties(ApiProxyLocal proxy, Class<? extends LocalTaskQueueCallback> delegateClass, boolean shouldCopyApiProxyEnvironment) A helper method invoked fromLocalTaskQueueTestConfigwhich sets the above two properties. -
Uses of LocalTaskQueueCallback in com.google.appengine.tools.development.testing.jakarta
Classes in com.google.appengine.tools.development.testing.jakarta that implement LocalTaskQueueCallbackModifier and TypeClassDescriptionstatic classALocalTaskQueueCallbackimplementation that automatically detects and runs tasks with aDeferredTaskpayload.static classA class to delegate incoming task queue callbacks to HttpServlets based on a provided mapping.Method parameters in com.google.appengine.tools.development.testing.jakarta with type arguments of type LocalTaskQueueCallbackModifier and TypeMethodDescriptionLocalTaskQueueTestConfig.setCallbackClass(Class<? extends LocalTaskQueueCallback> callbackClass) Overrides the callback implementation used by the local task queue for async task execution.