io.temporal.api.taskqueue.v1.TaskQueueMetadataOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/taskqueue/v1/message.proto
package io.temporal.api.taskqueue.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:TaskQueueMetadataOrBuilder.java.pb.meta")
public interface TaskQueueMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.taskqueue.v1.TaskQueueMetadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* Allows throttling dispatch of tasks from this queue
*
*
* .google.protobuf.DoubleValue max_tasks_per_second = 1;
* @return Whether the maxTasksPerSecond field is set.
*/
boolean hasMaxTasksPerSecond();
/**
*
* Allows throttling dispatch of tasks from this queue
*
*
* .google.protobuf.DoubleValue max_tasks_per_second = 1;
* @return The maxTasksPerSecond.
*/
com.google.protobuf.DoubleValue getMaxTasksPerSecond();
/**
*
* Allows throttling dispatch of tasks from this queue
*
*
* .google.protobuf.DoubleValue max_tasks_per_second = 1;
*/
com.google.protobuf.DoubleValueOrBuilder getMaxTasksPerSecondOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy