Package io.temporal.api.taskqueue.v1
Interface TaskQueueMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TaskQueueMetadata,TaskQueueMetadata.Builder
@Generated(value="protoc", comments="annotations:TaskQueueMetadataOrBuilder.java.pb.meta") public interface TaskQueueMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DoubleValuegetMaxTasksPerSecond()Allows throttling dispatch of tasks from this queueDoubleValueOrBuildergetMaxTasksPerSecondOrBuilder()Allows throttling dispatch of tasks from this queuebooleanhasMaxTasksPerSecond()Allows throttling dispatch of tasks from this queue-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaxTasksPerSecond
boolean hasMaxTasksPerSecond()
Allows throttling dispatch of tasks from this queue
.google.protobuf.DoubleValue max_tasks_per_second = 1;- Returns:
- Whether the maxTasksPerSecond field is set.
-
getMaxTasksPerSecond
DoubleValue getMaxTasksPerSecond()
Allows throttling dispatch of tasks from this queue
.google.protobuf.DoubleValue max_tasks_per_second = 1;- Returns:
- The maxTasksPerSecond.
-
getMaxTasksPerSecondOrBuilder
DoubleValueOrBuilder getMaxTasksPerSecondOrBuilder()
Allows throttling dispatch of tasks from this queue
.google.protobuf.DoubleValue max_tasks_per_second = 1;
-
-