gtask endpoint

gtask endpoint

Represents a Google App Engine Task Queueing endpoint.

Name Type Description
workerRoot java.lang.String Sets the web hook path root. @param workerRoot the assumed web hook path root. The default is worker. The servlet handling the callback from the task queueing service should have a /worker/* servlet mapping in this case. If another servlet mapping is used it must be set here accordingly.