public interface SqsDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
s3的bucketName
string bucketName = 8; |
com.google.protobuf.ByteString |
getBucketNameBytes()
s3的bucketName
string bucketName = 8; |
String |
getContext()
上下文,将出现在ThreadLocal
string context = 12; |
com.google.protobuf.ByteString |
getContextBytes()
上下文,将出现在ThreadLocal
string context = 12; |
DataType |
getDataType()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13; |
int |
getDataTypeValue()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13; |
String |
getMessageId()
接收的时候会需要
string messageId = 1; |
com.google.protobuf.ByteString |
getMessageIdBytes()
接收的时候会需要
string messageId = 1; |
String |
getMsg()
message的body
string msg = 10; |
com.google.protobuf.ByteString |
getMsgBytes()
message的body
string msg = 10; |
String |
getProperties()
消息属性
string properties = 3; |
com.google.protobuf.ByteString |
getPropertiesBytes()
消息属性
string properties = 3; |
String |
getProps()
自定义属性处理,大于10个属性会被放到此处
string props = 11; |
com.google.protobuf.ByteString |
getPropsBytes()
自定义属性处理,大于10个属性会被放到此处
string props = 11; |
String |
getQueueName()
下面信息可能会出现在body中
string queueName = 7; |
com.google.protobuf.ByteString |
getQueueNameBytes()
下面信息可能会出现在body中
string queueName = 7; |
String |
getQueueNameReceive()
接收时的queueName就是监听的queueName
string queueNameReceive = 6; |
com.google.protobuf.ByteString |
getQueueNameReceiveBytes()
接收时的queueName就是监听的queueName
string queueNameReceive = 6; |
String |
getReceiptHandle()
接收的时候用的receiptHandle
string receiptHandle = 2; |
com.google.protobuf.ByteString |
getReceiptHandleBytes()
接收的时候用的receiptHandle
string receiptHandle = 2; |
int |
getReceiveCount()
接收次数
int32 receiveCount = 5; |
String |
getS3Key()
s3的key
string s3key = 9; |
com.google.protobuf.ByteString |
getS3KeyBytes()
s3的key
string s3key = 9; |
long |
getSentTimestamp()
发送时间
uint64 sentTimestamp = 4; |
String |
getVersion()
版本,为了向下兼容值为: v1,v2.....
|
com.google.protobuf.ByteString |
getVersionBytes()
版本,为了向下兼容值为: v1,v2.....
|
String getMessageId()
接收的时候会需要
string messageId = 1;com.google.protobuf.ByteString getMessageIdBytes()
接收的时候会需要
string messageId = 1;String getReceiptHandle()
接收的时候用的receiptHandle
string receiptHandle = 2;com.google.protobuf.ByteString getReceiptHandleBytes()
接收的时候用的receiptHandle
string receiptHandle = 2;String getProperties()
消息属性
string properties = 3;com.google.protobuf.ByteString getPropertiesBytes()
消息属性
string properties = 3;long getSentTimestamp()
发送时间
uint64 sentTimestamp = 4;int getReceiveCount()
接收次数
int32 receiveCount = 5;String getQueueNameReceive()
接收时的queueName就是监听的queueName
string queueNameReceive = 6;com.google.protobuf.ByteString getQueueNameReceiveBytes()
接收时的queueName就是监听的queueName
string queueNameReceive = 6;String getQueueName()
下面信息可能会出现在body中
string queueName = 7;com.google.protobuf.ByteString getQueueNameBytes()
下面信息可能会出现在body中
string queueName = 7;String getBucketName()
s3的bucketName
string bucketName = 8;com.google.protobuf.ByteString getBucketNameBytes()
s3的bucketName
string bucketName = 8;String getS3Key()
s3的key
string s3key = 9;com.google.protobuf.ByteString getS3KeyBytes()
s3的key
string s3key = 9;String getMsg()
message的body
string msg = 10;com.google.protobuf.ByteString getMsgBytes()
message的body
string msg = 10;String getProps()
自定义属性处理,大于10个属性会被放到此处
string props = 11;com.google.protobuf.ByteString getPropsBytes()
自定义属性处理,大于10个属性会被放到此处
string props = 11;String getContext()
上下文,将出现在ThreadLocal
string context = 12;com.google.protobuf.ByteString getContextBytes()
上下文,将出现在ThreadLocal
string context = 12;int getDataTypeValue()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13;DataType getDataType()
数据存在的类型
.net.wicp.tams.common.aws.DataType dataType = 13;String getVersion()
版本,为了向下兼容值为: v1,v2.....
string version = 14;com.google.protobuf.ByteString getVersionBytes()
版本,为了向下兼容值为: v1,v2.....
string version = 14;Copyright © 2023. All rights reserved.