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.