public class UndoLogDeleteRequestCodec extends AbstractTransactionRequestToRMCodec
LOGGER, UTF8| Constructor and Description |
|---|
UndoLogDeleteRequestCodec() |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
decode(T t,
ByteBuffer in)
Decode.
|
<T> void |
encode(T t,
io.netty.buffer.ByteBuf out)
Encode.
|
Class<?> |
getMessageClassType()
Gets message class type.
|
bytesToInt, intToBytespublic Class<?> getMessageClassType()
MessageSeataCodecgetMessageClassType in interface MessageSeataCodecgetMessageClassType in class AbstractTransactionRequestToRMCodecpublic <T> void encode(T t,
io.netty.buffer.ByteBuf out)
MessageSeataCodecT - the type parametert - the tout - the outpublic <T> void decode(T t,
ByteBuffer in)
MessageSeataCodecT - the type parametert - the tin - the inCopyright © 2023 Seata. All rights reserved.