public class MergeResultMessageCodec extends AbstractMessageCodec
LOGGER, UTF8| 构造器和说明 |
|---|
MergeResultMessageCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
decode(MergeResultMessage mergeResultMessage,
ByteBuffer byteBuffer)
Decode.
|
<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()
MessageSeataCodecpublic <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 inprotected void decode(MergeResultMessage mergeResultMessage, ByteBuffer byteBuffer)
mergeResultMessage - the merge result messagebyteBuffer - the byte bufferCopyright © 2022 Seata. All rights reserved.