Enum Class TaskQueueKind

java.lang.Object
java.lang.Enum<TaskQueueKind>
io.temporal.api.enums.v1.TaskQueueKind
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<TaskQueueKind>, Constable

@Generated(value="protoc", comments="annotations:TaskQueueKind.java.pb.meta") public enum TaskQueueKind extends Enum<TaskQueueKind> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum temporal.api.enums.v1.TaskQueueKind
  • Enum Constant Details

    • TASK_QUEUE_KIND_UNSPECIFIED

      public static final TaskQueueKind TASK_QUEUE_KIND_UNSPECIFIED
       Tasks from any non workflow task may be unspecified.
      
       Task queue kind is used to differentiate whether a workflow task queue is sticky or 
       normal. If a task is not a workflow task, Task queue kind will sometimes be 
       unspecified.
       
      TASK_QUEUE_KIND_UNSPECIFIED = 0;
    • TASK_QUEUE_KIND_NORMAL

      public static final TaskQueueKind TASK_QUEUE_KIND_NORMAL
       Tasks from a normal workflow task queue always include complete workflow history
      
       The task queue specified by the user is always a normal task queue. There can be as many
       workers as desired for a single normal task queue. All those workers may pick up tasks from
       that queue.
       
      TASK_QUEUE_KIND_NORMAL = 1;
    • TASK_QUEUE_KIND_STICKY

      public static final TaskQueueKind TASK_QUEUE_KIND_STICKY
       A sticky queue only includes new history since the last workflow task, and they are
       per-worker.
      
       Sticky queues are created dynamically by each worker during their start up. They only exist
       for the lifetime of the worker process. Tasks in a sticky task queue are only available to
       the worker that created the sticky queue.
      
       Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
       
      TASK_QUEUE_KIND_STICKY = 2;
    • TASK_QUEUE_KIND_WORKER_COMMANDS

      public static final TaskQueueKind TASK_QUEUE_KIND_WORKER_COMMANDS
       A worker-commands task queue is used for server-to-worker communication (e.g. activity
       cancellations). These queues are ephemeral and per-worker-process — they exist only for
       the lifetime of the worker process. Used with TASK_QUEUE_TYPE_NEXUS and polled via
       PollNexusTaskQueue.
       
      TASK_QUEUE_KIND_WORKER_COMMANDS = 3;
    • UNRECOGNIZED

      public static final TaskQueueKind UNRECOGNIZED
  • Field Details

    • TASK_QUEUE_KIND_UNSPECIFIED_VALUE

      public static final int TASK_QUEUE_KIND_UNSPECIFIED_VALUE
       Tasks from any non workflow task may be unspecified.
      
       Task queue kind is used to differentiate whether a workflow task queue is sticky or 
       normal. If a task is not a workflow task, Task queue kind will sometimes be 
       unspecified.
       
      TASK_QUEUE_KIND_UNSPECIFIED = 0;
      See Also:
    • TASK_QUEUE_KIND_NORMAL_VALUE

      public static final int TASK_QUEUE_KIND_NORMAL_VALUE
       Tasks from a normal workflow task queue always include complete workflow history
      
       The task queue specified by the user is always a normal task queue. There can be as many
       workers as desired for a single normal task queue. All those workers may pick up tasks from
       that queue.
       
      TASK_QUEUE_KIND_NORMAL = 1;
      See Also:
    • TASK_QUEUE_KIND_STICKY_VALUE

      public static final int TASK_QUEUE_KIND_STICKY_VALUE
       A sticky queue only includes new history since the last workflow task, and they are
       per-worker.
      
       Sticky queues are created dynamically by each worker during their start up. They only exist
       for the lifetime of the worker process. Tasks in a sticky task queue are only available to
       the worker that created the sticky queue.
      
       Sticky queues are only for workflow tasks. There are no sticky task queues for activities.
       
      TASK_QUEUE_KIND_STICKY = 2;
      See Also:
    • TASK_QUEUE_KIND_WORKER_COMMANDS_VALUE

      public static final int TASK_QUEUE_KIND_WORKER_COMMANDS_VALUE
       A worker-commands task queue is used for server-to-worker communication (e.g. activity
       cancellations). These queues are ephemeral and per-worker-process — they exist only for
       the lifetime of the worker process. Used with TASK_QUEUE_TYPE_NEXUS and polled via
       PollNexusTaskQueue.
       
      TASK_QUEUE_KIND_WORKER_COMMANDS = 3;
      See Also:
  • Method Details

    • values

      public static TaskQueueKind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TaskQueueKind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static TaskQueueKind valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static TaskQueueKind forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<TaskQueueKind> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static TaskQueueKind valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null