public class ReliableMessage<T> extends Object implements Serializable
| 构造器和说明 |
|---|
ReliableMessage() |
ReliableMessage(String id,
int retryMax,
boolean underConstruction,
String tracingId,
String topic,
Object body,
List<String> svcList) |
ReliableMessage(String topic,
Object body,
List<String> svcList) |
ReliableMessage(String tracingId,
String topic,
Object body,
List<String> svcList) |
| 限定符和类型 | 方法和说明 |
|---|---|
io.xream.x7.common.bean.GenericObject<T> |
getBody() |
Date |
getCreateAt() |
String |
getId() |
String |
getParentId() |
Date |
getRefreshAt() |
Long |
getRetryCount() |
int |
getRetryMax() |
long |
getSendAt() |
String |
getStatus() |
String |
getSvcDone() |
List<String> |
getSvcList() |
String |
getTcc() |
String |
getTopic() |
String |
getTracingId() |
Boolean |
getUnderConstruction() |
Boolean |
getUseTcc() |
void |
resetTopic(io.xream.x7.reliable.TCCTopic tccTopic) |
void |
setBody(io.xream.x7.common.bean.GenericObject<T> body) |
void |
setCreateAt(Date createAt) |
void |
setId(String id) |
void |
setParentId(String parentId) |
void |
setRefreshAt(Date refreshAt) |
void |
setRetryCount(Long retryCount) |
void |
setRetryMax(int retryMax) |
void |
setSendAt(long sendAt) |
void |
setStatus(String status) |
void |
setSvcDone(String svcDone) |
void |
setSvcList(List<String> svcList) |
void |
setTcc(String tcc) |
void |
setTopic(String topic) |
void |
setTracingId(String tracingId) |
void |
setUnderConstruction(Boolean underConstruction) |
String |
toString() |
public ReliableMessage()
public ReliableMessage(String tracingId, String topic, Object body, List<String> svcList)
public void resetTopic(io.xream.x7.reliable.TCCTopic tccTopic)
public String getId()
public void setId(String id)
public String getTracingId()
public void setTracingId(String tracingId)
public String getParentId()
public void setParentId(String parentId)
public int getRetryMax()
public void setRetryMax(int retryMax)
public Boolean getUnderConstruction()
public void setUnderConstruction(Boolean underConstruction)
public String getStatus()
public void setStatus(String status)
public String getTcc()
public void setTcc(String tcc)
public String getSvcDone()
public void setSvcDone(String svcDone)
public Boolean getUseTcc()
public String getTopic()
public void setTopic(String topic)
public io.xream.x7.common.bean.GenericObject<T> getBody()
public void setBody(io.xream.x7.common.bean.GenericObject<T> body)
public Date getRefreshAt()
public void setRefreshAt(Date refreshAt)
public Date getCreateAt()
public void setCreateAt(Date createAt)
public Long getRetryCount()
public void setRetryCount(Long retryCount)
public long getSendAt()
public void setSendAt(long sendAt)
Copyright © 2020. All rights reserved.