Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

LocalTaskQueueCallback

com.google.appengine.api.taskqueue.dev

Interface LocalTaskQueueCallback

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int execute(URLFetchServicePb.URLFetchRequest req)
      Execute the provided url fetch request.
      void initialize(java.util.Map<java.lang.String,java.lang.String> properties)
      This method will be invoked from LocalTaskQueue#init(com.google.appengine.tools.development.LocalServiceContext, Map) forwarding the properties parameter.
    • Method Detail

      • initialize

        void initialize(java.util.Map<java.lang.String,java.lang.String> properties)
        This method will be invoked from LocalTaskQueue#init(com.google.appengine.tools.development.LocalServiceContext, Map) forwarding the properties parameter.
      • 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.