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

apache.rocketmq.v2.DeadLetterQueueOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: apache/rocketmq/v2/definition.proto

package apache.rocketmq.v2;

public interface DeadLetterQueueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:apache.rocketmq.v2.DeadLetterQueue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Original topic for this DLQ message.
   * 
* * string topic = 1; * @return The topic. */ java.lang.String getTopic(); /** *
   * Original topic for this DLQ message.
   * 
* * string topic = 1; * @return The bytes for topic. */ com.google.protobuf.ByteString getTopicBytes(); /** *
   * Original message id for this DLQ message.
   * 
* * string message_id = 2; * @return The messageId. */ java.lang.String getMessageId(); /** *
   * Original message id for this DLQ message.
   * 
* * string message_id = 2; * @return The bytes for messageId. */ com.google.protobuf.ByteString getMessageIdBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy