Enum TaskOptions.Method (2.0.0)

public enum TaskOptions.Method extends Enum<TaskOptions.Method>

Methods supported by Queue. Tasks added to pull queues must have the #Method PULL. All other methods are appropriate for push queues. See Queue for more detail on pull and push mode queues.

Static Fields

Name Description
DELETE
GET
HEAD
POST
PULL
PUT

Static Methods

Name Description
valueOf(String name)
values()