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

NameDescription
DELETE
GET
HEAD
POST
PULL
PUT

Static Methods

NameDescription
valueOf(String name)
values()