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

apache.rocketmq.v1.ReportThreadStackTraceRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.7.Final
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v1/service.proto

package apache.rocketmq.v1;

public interface ReportThreadStackTraceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v1.ReportThreadStackTraceRequest)
    com.aliyun.openservices.ons.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * string command_id = 1;
   * @return The commandId.
   */
  java.lang.String getCommandId();
  /**
   * string command_id = 1;
   * @return The bytes for commandId.
   */
  com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
      getCommandIdBytes();

  /**
   * string thread_stack_trace = 2;
   * @return The threadStackTrace.
   */
  java.lang.String getThreadStackTrace();
  /**
   * string thread_stack_trace = 2;
   * @return The bytes for threadStackTrace.
   */
  com.aliyun.openservices.ons.shaded.com.google.protobuf.ByteString
      getThreadStackTraceBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy