接口 EndTransactionRequestOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    EndTransactionRequest, EndTransactionRequest.Builder

    public interface EndTransactionRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • hasTopic

        boolean hasTopic()
        .apache.rocketmq.v2.Resource topic = 1;
        返回:
        Whether the topic field is set.
      • getTopic

        Resource getTopic()
        .apache.rocketmq.v2.Resource topic = 1;
        返回:
        The topic.
      • getTopicOrBuilder

        ResourceOrBuilder getTopicOrBuilder()
        .apache.rocketmq.v2.Resource topic = 1;
      • getMessageId

        String getMessageId()
        string message_id = 2;
        返回:
        The messageId.
      • getMessageIdBytes

        com.google.protobuf.ByteString getMessageIdBytes()
        string message_id = 2;
        返回:
        The bytes for messageId.
      • getTransactionId

        String getTransactionId()
        string transaction_id = 3;
        返回:
        The transactionId.
      • getTransactionIdBytes

        com.google.protobuf.ByteString getTransactionIdBytes()
        string transaction_id = 3;
        返回:
        The bytes for transactionId.
      • getResolutionValue

        int getResolutionValue()
        .apache.rocketmq.v2.TransactionResolution resolution = 4;
        返回:
        The enum numeric value on the wire for resolution.
      • getResolution

        TransactionResolution getResolution()
        .apache.rocketmq.v2.TransactionResolution resolution = 4;
        返回:
        The resolution.
      • getSourceValue

        int getSourceValue()
        .apache.rocketmq.v2.TransactionSource source = 5;
        返回:
        The enum numeric value on the wire for source.
      • getSource

        TransactionSource getSource()
        .apache.rocketmq.v2.TransactionSource source = 5;
        返回:
        The source.
      • getTraceContext

        String getTraceContext()
        string trace_context = 6;
        返回:
        The traceContext.
      • getTraceContextBytes

        com.google.protobuf.ByteString getTraceContextBytes()
        string trace_context = 6;
        返回:
        The bytes for traceContext.