接口 EndTransactionRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface EndTransactionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetMessageId()string message_id = 2;com.google.protobuf.ByteStringgetMessageIdBytes()string message_id = 2;TransactionResolutiongetResolution().apache.rocketmq.v2.TransactionResolution resolution = 4;intgetResolutionValue().apache.rocketmq.v2.TransactionResolution resolution = 4;TransactionSourcegetSource().apache.rocketmq.v2.TransactionSource source = 5;intgetSourceValue().apache.rocketmq.v2.TransactionSource source = 5;ResourcegetTopic().apache.rocketmq.v2.Resource topic = 1;ResourceOrBuildergetTopicOrBuilder().apache.rocketmq.v2.Resource topic = 1;StringgetTraceContext()string trace_context = 6;com.google.protobuf.ByteStringgetTraceContextBytes()string trace_context = 6;StringgetTransactionId()string transaction_id = 3;com.google.protobuf.ByteStringgetTransactionIdBytes()string transaction_id = 3;booleanhasTopic().apache.rocketmq.v2.Resource topic = 1;
-
-
-
方法详细资料
-
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.
-
-