Package org.teamapps.protocol.schema
Interface PojoObjectDecoder<MESSAGE extends MessageObject>
public interface PojoObjectDecoder<MESSAGE extends MessageObject>
-
Method Summary
Modifier and Type Method Description default MESSAGEdecode(byte[] bytes, FileProvider fileProvider)MESSAGEdecode(io.netty.buffer.ByteBuf buf, FileProvider fileProvider)MESSAGEdecode(java.io.DataInputStream dis, FileProvider fileProvider)java.lang.StringgetMessageObjectUuid()MESSAGEremap(MessageObject message)
-
Method Details
-
decode
-
decode
-
remap
-
getMessageObjectUuid
java.lang.String getMessageObjectUuid() -
decode
-