All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.taskqueue.v1.TaskQueueMetadataOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.24.3
Show newest version
// 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 - 2024 Weber Informatics LLC | Privacy Policy