public class UndoLogDeleteRequest extends AbstractTransactionRequestToRM implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected BranchType |
branchType
The Branch type.
|
static short |
DEFAULT_SAVE_DAYS |
handlerctx, LOGGER, UTF8| Constructor and Description |
|---|
UndoLogDeleteRequest() |
| Modifier and Type | Method and Description |
|---|---|
BranchType |
getBranchType() |
String |
getResourceId() |
short |
getSaveDays() |
short |
getTypeCode()
Gets type code.
|
AbstractTransactionResponse |
handle(RpcContext rpcContext)
Handle abstract transaction response.
|
void |
setBranchType(BranchType branchType) |
void |
setResourceId(String resourceId) |
void |
setSaveDays(short saveDays) |
String |
toString() |
setRMInboundMessageHandlerbytesToInt, intToBytespublic static final short DEFAULT_SAVE_DAYS
protected BranchType branchType
public String getResourceId()
public void setResourceId(String resourceId)
public short getSaveDays()
public void setSaveDays(short saveDays)
public BranchType getBranchType()
public void setBranchType(BranchType branchType)
public AbstractTransactionResponse handle(RpcContext rpcContext)
AbstractTransactionRequesthandle in class AbstractTransactionRequestrpcContext - the rpc contextpublic short getTypeCode()
MessageTypeAwaregetTypeCode in interface MessageTypeAwarepublic String toString()
toString in class AbstractMessageCopyright © 2023 Seata. All rights reserved.