public interface MessageSeataCodec
| 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.
|
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 © 2023 Seata. All rights reserved.