public abstract class AbstractBranchEndResponseCodec extends AbstractTransactionResponseCodec
LOGGER, UTF8| 构造器和说明 |
|---|
AbstractBranchEndResponseCodec() |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 在接口中 MessageSeataCodecgetMessageClassType 在类中 AbstractTransactionResponseCodecpublic <T> void encode(T t,
io.netty.buffer.ByteBuf out)
MessageSeataCodecencode 在接口中 MessageSeataCodecencode 在类中 AbstractTransactionResponseCodecT - the type parametert - the tout - the outpublic <T> void decode(T t,
ByteBuffer in)
MessageSeataCodecdecode 在接口中 MessageSeataCodecdecode 在类中 AbstractTransactionResponseCodecT - the type parametert - the tin - the inCopyright © 2021 Seata. All rights reserved.