public interface MessageSeataCodec
| 限定符和类型 | 方法和说明 |
|---|---|
<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.
|
Class<?> getMessageClassType()
<T> void encode(T t,
io.netty.buffer.ByteBuf out)
T - the type parametert - the tout - the out<T> void decode(T t,
ByteBuffer in)
T - the type parametert - the tin - the inCopyright © 2022 Seata. All rights reserved.