public class GlobalLockQueryResponseCodec extends AbstractTransactionResponseCodec
LOGGER, UTF8| Constructor and Description |
|---|
GlobalLockQueryResponseCodec() |
| 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 AbstractTransactionResponseCodecpublic <T> void encode(T t,
io.netty.buffer.ByteBuf out)
MessageSeataCodecencode in interface MessageSeataCodecencode in class AbstractTransactionResponseCodecT - the type parametert - the tout - the outpublic <T> void decode(T t,
ByteBuffer in)
MessageSeataCodecdecode in interface MessageSeataCodecdecode in class AbstractTransactionResponseCodecT - the type parametert - the tin - the inCopyright © 2023 Seata. All rights reserved.